19 lines
341 B
Makefile
19 lines
341 B
Makefile
# Created by: Zeus Panchenko <zeus@gnu.org.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Array-Utils
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Collection of list manipulation routines
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|