2006-02-18 23:10:14 +01:00
|
|
|
# New ports collection makefile for: Iterator-Misc
|
|
|
|
# Date created: 18 Feb 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Iterator-Misc
|
|
|
|
PORTVERSION= 0.03
|
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-02-18 23:10:14 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-02-18 23:10:14 +01:00
|
|
|
COMMENT= Miscellaneous iterator functions
|
|
|
|
|
2012-06-05 09:27:27 +02:00
|
|
|
BUILD_DEPENDS= p5-Iterator>=0:${PORTSDIR}/devel/p5-Iterator
|
2012-06-16 04:01:31 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-02-18 23:10:14 +01:00
|
|
|
|
|
|
|
MAN3= Iterator::Misc.3
|
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-02-18 23:10:14 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|