aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-List-Rotation-Cycle/Makefile
blob: 85c4450526c6f8e76355ae0dd4d431850c93c23e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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>