diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-12-23 11:18:44 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-12-23 11:18:44 +0000 |
commit | 6343c54625b5d63c68e17f3cdeb99a586a4c5599 (patch) | |
tree | 364e09cc713a40c3a54c208e7865d00efd045146 /textproc/p5-Text-Quoted | |
parent | 640b1f96bcb68f666161c6385f4d8751ea056197 (diff) | |
download | ports-6343c54625b5d63c68e17f3cdeb99a586a4c5599.tar.gz ports-6343c54625b5d63c68e17f3cdeb99a586a4c5599.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Quoted')
-rw-r--r-- | textproc/p5-Text-Quoted/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-Quoted/Makefile b/textproc/p5-Text-Quoted/Makefile index 3fa767fd16b6..fe7e7c4ef947 100644 --- a/textproc/p5-Text-Quoted/Makefile +++ b/textproc/p5-Text-Quoted/Makefile @@ -7,6 +7,7 @@ PORTNAME= Text-Quoted PORTVERSION= 2.05 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Text::Quoted - Extract the structure of a quoted mail message -BUILD_DEPENDS= ${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |