1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/p5-List-Rotation-Cycle/Makefile
Rong-En Fan fe558526ba Add p5-List-Rotation-Cycle 1.004, cycle through a list of values.
PR:		ports/109293
Submitted by:	chinsan
2007-02-19 07:01:19 +00:00

23 lines
433 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.004
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= List
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Cycle through a list of values
MAN3= List::Rotation::Cycle.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>