diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
commit | fb2d5da4ebc1084c623330fb16bdcba15bb94569 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-XML-Literal | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Literal')
-rw-r--r-- | textproc/p5-XML-Literal/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-Literal/pkg-plist | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/textproc/p5-XML-Literal/Makefile b/textproc/p5-XML-Literal/Makefile index 31631d5d2885..8fb5981fafa8 100644 --- a/textproc/p5-XML-Literal/Makefile +++ b/textproc/p5-XML-Literal/Makefile @@ -10,13 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Syntax support for XML literals -RUN_DEPENDS= p5-Sub-Override>=0:${PORTSDIR}/devel/p5-Sub-Override -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Sub-Override>=0:${PORTSDIR}/devel/p5-Sub-Override +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= XML::Literal.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-XML-Literal/pkg-plist b/textproc/p5-XML-Literal/pkg-plist index 83558d29867c..6138b9a6edf9 100644 --- a/textproc/p5-XML-Literal/pkg-plist +++ b/textproc/p5-XML-Literal/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Literal/.packlist +%%PERL5_MAN3%%/XML::Literal.3.gz %%SITE_PERL%%/XML/Literal.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Literal/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Literal @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML @dirrmtry %%SITE_PERL%%/XML |