mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
fe558526ba
PR: ports/109293 Submitted by: chinsan
23 lines
433 B
Makefile
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>
|