ports/devel/p5-Module-ExtractUse/Makefile

26 lines
631 B
Makefile

PORTNAME= Module-ExtractUse
PORTVERSION= 0.345
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Find out what CPAN modules are used
WWW= https://metacpan.org/release/Module-ExtractUse
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Parse-RecDescent>=1.967000:devel/p5-Parse-RecDescent \
p5-Pod-Strip>=0:textproc/p5-Pod-Strip
TEST_DEPENDS= p5-UNIVERSAL-require>=0.11:devel/p5-UNIVERSAL-require \
p5-Test-Deep>0:devel/p5-Test-Deep
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>