diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 12:36:19 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 12:36:19 +0000 |
commit | 3dece93ee25ebf53be8b1293a73affc41d500e2c (patch) | |
tree | 185ef682734202845bdc727c6423b7fd5bd9f562 /textproc/p5-Petal | |
parent | b731ccdbfc5cf2d74ba2737f0e8d2c2b9e53d080 (diff) |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).
Approved by: portmgr (itetcu)
Notes
Notes:
svn path=/head/; revision=248607
Diffstat (limited to 'textproc/p5-Petal')
-rw-r--r-- | textproc/p5-Petal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Petal/Makefile b/textproc/p5-Petal/Makefile index 1cad91df3d9e..bb03ca15ad3a 100644 --- a/textproc/p5-Petal/Makefile +++ b/textproc/p5-Petal/Makefile @@ -7,6 +7,7 @@ PORTNAME= Petal PORTVERSION= 2.19 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/B/BP/BPOSTLE @@ -15,9 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl Template Attribute Language - TAL for Perl! -BUILD_DEPENDS= ${SITE_PERL}/MKDoc/XML.pm:${PORTSDIR}/textproc/p5-MKDoc-XML \ - ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS= ${SITE_PERL}/MKDoc/XML.pm:${PORTSDIR}/textproc/p5-MKDoc-XML RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Petal.3 \ |