mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
24 lines
618 B
Makefile
24 lines
618 B
Makefile
PORTNAME= Parse-LocalDistribution
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension to parses local .pm files as PAUSE does
|
|
WWW= https://metacpan.org/release/Parse-LocalDistribution
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-MakeMaker-CPANfile>=0.09:devel/p5-ExtUtils-MakeMaker-CPANfile \
|
|
${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Parse-PMFile>=0.37:devel/p5-Parse-PMFile
|
|
TEST_DEPENDS= p5-Test-UseAllModules>=0.10:devel/p5-Test-UseAllModules
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|