diff options
Diffstat (limited to 'devel/p5-Class-Load-XS/Makefile')
-rw-r--r-- | devel/p5-Class-Load-XS/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Class-Load-XS/Makefile b/devel/p5-Class-Load-XS/Makefile new file mode 100644 index 000000000000..fd3532435cea --- /dev/null +++ b/devel/p5-Class-Load-XS/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Class-Load-XS +# Date created: 2011-11-16 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Class-Load-XS +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= XS implementation of parts of Class::Load + +BUILD_DEPENDS= p5-Class-Load>=0.11:${PORTSDIR}/devel/p5-Class-Load +RUN_DEPENDS= p5-Class-Load>=0.11:${PORTSDIR}/devel/p5-Class-Load + +PERL_MODBUILD= yes + +MAN3= Class::Load::XS.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> |