opnsense-ports/devel/p5-Array-Group/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

18 lines
344 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Array-Group
PORTVERSION= 3.0
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TBONE
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Convert an array into array of arrayrefs of uniform size N
USES= perl5 zip
USE_PERL5= configure
.include <bsd.port.mk>