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-Text-Quote | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Quote')
-rw-r--r-- | textproc/p5-Text-Quote/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Text-Quote/pkg-plist | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/textproc/p5-Text-Quote/Makefile b/textproc/p5-Text-Quote/Makefile index 85d4125e27ac..3bfd8cf5b68b 100644 --- a/textproc/p5-Text-Quote/Makefile +++ b/textproc/p5-Text-Quote/Makefile @@ -11,13 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Quotes strings as required for perl to eval them back correctly -RUN_DEPENDS= p5-Carp-Assert>=0.13:${PORTSDIR}/devel/p5-Carp-Assert -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Carp-Assert>=0.13:${PORTSDIR}/devel/p5-Carp-Assert +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Text::Quote.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Quote/pkg-plist b/textproc/p5-Text-Quote/pkg-plist index a23b3a27d99d..aaa33d1e6634 100644 --- a/textproc/p5-Text-Quote/pkg-plist +++ b/textproc/p5-Text-Quote/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Text::Quote.3.gz %%SITE_PERL%%/Text/Quote.pm -@dirrmtry %%SITE_PERL%%/Text %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Quote/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Quote +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Quote @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text |