diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-08 05:15:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-08 05:15:02 +0000 |
commit | 68c1486e94c650f0cf6f1db5a45038f8cca5081b (patch) | |
tree | 46abe59577e183865a14a7a2dc3c95ab8d15f4ca /devel/p5-DynaLoader-Functions/Makefile | |
parent | 7fab964151472f1332527c0b1b71079c46885e7f (diff) |
Notes
Diffstat (limited to 'devel/p5-DynaLoader-Functions/Makefile')
-rw-r--r-- | devel/p5-DynaLoader-Functions/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-DynaLoader-Functions/Makefile b/devel/p5-DynaLoader-Functions/Makefile new file mode 100644 index 000000000000..44ab16fa28aa --- /dev/null +++ b/devel/p5-DynaLoader-Functions/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-DynaLoader-Functions +# Date created: 2012-02-07 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= DynaLoader-Functions +PORTVERSION= 0.001 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Deconstructed dynamic C library loading + +TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage + +PERL_CONFIGURE= yes + +MAN3= DynaLoader::Functions.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent +RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent +.endif + +.include <bsd.port.post.mk> |