9fb1ef4c3a
response to email. Hat: portmgr
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# New ports collection makefile for: p5-Array-Group
|
|
# Date created: 2007/02/14
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Array-Group
|
|
PORTVERSION= 2.0a
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@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>
|