freebsd-ports/devel/p5-List-UtilsBy/Makefile
Sunpoet Po-Chuan Hsieh c177375b8a Update to 0.11
- Add LICENSE_FILE
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/List-UtilsBy
PR:		235264
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 3 weeks)
2019-02-17 19:55:21 +00:00

21 lines
360 B
Makefile

# $FreeBSD$
PORTNAME= List-UtilsBy
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl extension for higher-order list utility functions
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>