summaryrefslogtreecommitdiff
path: root/misc/p5-Array-Utils/Makefile
blob: 117cd3815e982a3905de91c77298fcd45623e28b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	Array-Utils
PORTVERSION=	0.5
CATEGORIES=	misc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Collection of list manipulation routines
WWW=		https://metacpan.org/release/Array-Utils

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>