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
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Iterator.pm:${PORTSDIR}/devel/p5-Iterator
|
|
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
MAN3= Iterator::Misc.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2006-02-18 23:10:14 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|