e56a7da894
With hat: portmgr-secretary
22 lines
486 B
Makefile
22 lines
486 B
Makefile
PORTNAME= Parse-LocalDistribution
|
|
PORTVERSION= 0.15
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension to parses local .pm files as PAUSE does
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Parse-PMFile>=0.35:devel/p5-Parse-PMFile
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
p5-ExtUtils-MakeMaker-CPANfile>0:devel/p5-ExtUtils-MakeMaker-CPANfile
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|