c177375b8a
- 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)
21 lines
360 B
Makefile
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>
|