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-HTML-Truncate | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) |
Notes
Diffstat (limited to 'textproc/p5-HTML-Truncate')
-rw-r--r-- | textproc/p5-HTML-Truncate/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-HTML-Truncate/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/textproc/p5-HTML-Truncate/Makefile b/textproc/p5-HTML-Truncate/Makefile index fb1987769922..19aa34cff3ab 100644 --- a/textproc/p5-HTML-Truncate/Makefile +++ b/textproc/p5-HTML-Truncate/Makefile @@ -10,16 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Truncate HTML by character count while preserving well-formedness -RUN_DEPENDS= p5-HTML-Parser>=2:${PORTSDIR}/www/p5-HTML-Parser \ +BUILD_DEPENDS= p5-HTML-Parser>=2:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTML-Tagset>=3:${PORTSDIR}/www/p5-HTML-Tagset -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= HTML::Truncate.3 - -NO_STAGE= yes post-patch: ${RM} -f ${WRKSRC}/lib/HTML/Truncate.pm.orig diff --git a/textproc/p5-HTML-Truncate/pkg-plist b/textproc/p5-HTML-Truncate/pkg-plist index 81f35454fb31..4445a8fe2928 100644 --- a/textproc/p5-HTML-Truncate/pkg-plist +++ b/textproc/p5-HTML-Truncate/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/HTML::Truncate.3.gz %%SITE_PERL%%/HTML/Truncate.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Truncate/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Truncate |