diff options
author | Lars Thegler <lth@FreeBSD.org> | 2009-12-10 09:36:31 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2009-12-10 09:36:31 +0000 |
commit | 2e961a8814fcf170da81f6c7e518332b9cb8c764 (patch) | |
tree | f64e5e65445b7a8db51844e7505026b5c8600d27 /textproc | |
parent | ae6289e9685c6c55164e09c3a9bb8088de0fd4d2 (diff) | |
download | ports-2e961a8814fcf170da81f6c7e518332b9cb8c764.tar.gz ports-2e961a8814fcf170da81f6c7e518332b9cb8c764.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-String-Truncate/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-String-Truncate/pkg-plist | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/textproc/p5-String-Truncate/Makefile b/textproc/p5-String-Truncate/Makefile index 547862b311a3..464d6409849f 100644 --- a/textproc/p5-String-Truncate/Makefile +++ b/textproc/p5-String-Truncate/Makefile @@ -7,6 +7,7 @@ PORTNAME= String-Truncate PORTVERSION= 0.102 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= A module for when strings are too long to be displayed in... +RUN_DEPENDS= p5-Sub-Exporter>=0.953:${PORTSDIR}/devel/p5-Sub-Exporter \ + p5-Sub-Install>=0.03:${PORTSDIR}/devel/p5-Sub-Install +BUILD_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= String::Truncate.3 diff --git a/textproc/p5-String-Truncate/pkg-plist b/textproc/p5-String-Truncate/pkg-plist index 7f3e0290ca11..34c53171b5e8 100644 --- a/textproc/p5-String-Truncate/pkg-plist +++ b/textproc/p5-String-Truncate/pkg-plist @@ -1,3 +1,5 @@ %%SITE_PERL%%/String/Truncate.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Truncate/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Truncate +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String +@dirrmtry %%SITE_PERL%%/String |