forked from Lainports/freebsd-ports
Changelog: https://metacpan.org/release/PERLANCAR/Complete-Util-0.620/source/Changes Port changes: * Add missing LICENSE (ART10 GPLv1+)
25 lines
541 B
Makefile
25 lines
541 B
Makefile
PORTNAME= Complete-Util
|
|
PORTVERSION= 0.620
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:PERLANCAR
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= General completion Perl routines
|
|
WWW= https://metacpan.org/release/Complete-Util
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Complete-Common>=0.22:devel/p5-Complete-Common \
|
|
p5-Log-ger>=0.038:devel/p5-Log-ger
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|