aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-List-Cycle/Makefile
blob: 318978a297ff5802024bc0a64c9631cf5076f2d5 (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
# New ports collection makefile for:	devel/p5-List-Cycle
# Date created:				11 November 2005
# Whom:					Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	List-Cycle
PORTVERSION=	0.04
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	List
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	List::Cycle - Objects for cycling through a list of values
TAGS=		list cycle

PERL_CONFIGURE=	yes

MAN3=	List::Cycle.3

.include <bsd.port.mk>