diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-02-18 21:59:34 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-02-18 21:59:34 +0000 |
commit | 1de4bba2e512f8f2384c3c9c63f200d8b48817e8 (patch) | |
tree | 098ca1e8f7101d12767b8dedece8c0b8a8628fcf /devel/p5-Iterator-Util/Makefile | |
parent | 0d461b1713e017af4d30d2edb360a32aa111f84f (diff) | |
download | ports-1de4bba2e512f8f2384c3c9c63f200d8b48817e8.tar.gz ports-1de4bba2e512f8f2384c3c9c63f200d8b48817e8.zip |
Adding port devel/p5-Iterator-Util, Essential utilities for the Iterator class.
Committed by: aaron
Approved by: tobez (implicit)
Notes
Notes:
svn path=/head/; revision=156330
Diffstat (limited to 'devel/p5-Iterator-Util/Makefile')
-rw-r--r-- | devel/p5-Iterator-Util/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Iterator-Util/Makefile b/devel/p5-Iterator-Util/Makefile new file mode 100644 index 000000000000..ef4fa53601a5 --- /dev/null +++ b/devel/p5-Iterator-Util/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: Iterator-Util +# Date created: 18 Feb 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Iterator-Util +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Iterator +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Essential utilities for the Iterator class + +BUILD_DEPENDS= ${SITE_PERL}/Iterator.pm:${PORTSDIR}/devel/p5-Iterator + +MAN3= Iterator::Util.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires at least Perl5.8 due to dependencies +.endif + +.include <bsd.port.post.mk> |