diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 18:55:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 18:55:20 +0000 |
commit | d10c7a2989c18cdec759bbb4f08fa30bb954ffe7 (patch) | |
tree | d540581c50c3504c939682de253304a879094736 /textproc | |
parent | a726f2104233db99ffcdd04b1b9c5a9c2aa4f55b (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Tags/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Tags/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-Text-Tags/pkg-plist | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-Text-Tags/Makefile b/textproc/p5-Text-Tags/Makefile index acf95ef3f6a3..6d52ba81636d 100644 --- a/textproc/p5-Text-Tags/Makefile +++ b/textproc/p5-Text-Tags/Makefile @@ -13,7 +13,7 @@ COMMENT= Parses folksonomy space-separated tags LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/textproc/p5-Text-Tags/pkg-descr b/textproc/p5-Text-Tags/pkg-descr index 7ea6882c9681..0343bad08cf6 100644 --- a/textproc/p5-Text-Tags/pkg-descr +++ b/textproc/p5-Text-Tags/pkg-descr @@ -1,6 +1,5 @@ -Parses "folksonomies", which are simple space-separated-but-optionally- -quoted tag lists. See Text::Tags::Parser for the actual module; -Text::Tags may be used in a future version of the distribution. +Parses "folksonomies", which are simple space-separated-but-optionally- quoted +tag lists. See Text::Tags::Parser for the actual module; Text::Tags may be used +in a future version of the distribution. -Author: Best Practical Solutions, LLC. WWW: http://search.cpan.org/dist/Text-Tags/ diff --git a/textproc/p5-Text-Tags/pkg-plist b/textproc/p5-Text-Tags/pkg-plist index 3b284221cc72..996c6696d038 100644 --- a/textproc/p5-Text-Tags/pkg-plist +++ b/textproc/p5-Text-Tags/pkg-plist @@ -1,9 +1,9 @@ -%%PERL5_MAN3%%/Text::Tags.3.gz -%%PERL5_MAN3%%/Text::Tags::Parser.3.gz %%SITE_PERL%%/Text/Tags.pm %%SITE_PERL%%/Text/Tags/Parser.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tags/.packlist +%%PERL5_MAN3%%/Text::Tags.3.gz +%%PERL5_MAN3%%/Text::Tags::Parser.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tags @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text -@dirrmtry %%SITE_PERL%%/Text/Tags +@dirrm %%SITE_PERL%%/Text/Tags @dirrmtry %%SITE_PERL%%/Text |