freebsd-ports/devel/p5-List-Rotation-Cycle/Makefile
2008-08-30 11:33:14 +00:00

31 lines
739 B
Makefile

# New ports collection makefile for: p5-List-Rotation-Cycle
# Date created: 2007/02/14
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= List-Rotation-Cycle
PORTVERSION= 1.008
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= LOCAL/chinsan/CPAN CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Cycle through a list of values
WRKSRC= ${WRKDIR}/${PORTNAME}
BUILD_DEPENDS+= ${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS+= ${BUILD_DEPENDS}
PORTSCOUT= limitw:1,even
MAN3= List::Rotation::Cycle.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>