1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
freebsd-ports/devel/p5-Array-Group/Makefile
Rong-En Fan bd7836cca4 Add p5-Array-Group 1.00, convert an array into array of arrayrefs of
uniform size N.

PR:		ports/109167
Submitted by:	chinsan
2007-02-15 14:20:51 +00:00

23 lines
436 B
Makefile

# New ports collection makefile for: p5-Array-Group
# Date created: 2007/02/14
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Array-Group
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Array
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Convert an array into array of arrayrefs of uniform size N
MAN3= Array::Group.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>