mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
369 B
Makefile
20 lines
369 B
Makefile
# Created by: brix@FreeBSD.org
|
|
# $FreeBSD: head/devel/p5-Module-Runtime/Makefile 395261 2015-08-25 14:51:17Z sunpoet $
|
|
|
|
PORTNAME= Module-Runtime
|
|
PORTVERSION= 0.014
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Runtime module handling
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= modbuild
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|