diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2010-04-06 18:43:23 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2010-04-06 18:43:23 +0000 |
commit | 02169aabf47a00397555345b64dcfb5383a45851 (patch) | |
tree | 89133ddcb5f126c7277ab29b6400e539cb45fa9a /textproc/p5-Text-Autoformat/Makefile | |
parent | 0f5f65479e9714193b56d05ffbff2eb6057e200c (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Autoformat/Makefile')
-rw-r--r-- | textproc/p5-Text-Autoformat/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-Text-Autoformat/Makefile b/textproc/p5-Text-Autoformat/Makefile index 084ced7f4993..ee6bdec539ed 100644 --- a/textproc/p5-Text-Autoformat/Makefile +++ b/textproc/p5-Text-Autoformat/Makefile @@ -6,16 +6,17 @@ # PORTNAME= Text-Autoformat -PORTVERSION= 1.666.0 +PORTVERSION= 1.668.001 CATEGORIES= textproc perl5 MASTER_SITES= CPAN/Text/DCONWAY PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(...)$/\1/} MAINTAINER= tobez@FreeBSD.org COMMENT= Automatic and manual text wrapping and reformating formatting -BUILD_DEPENDS= p5-version>0:${PORTSDIR}/devel/p5-version \ - ${SITE_PERL}/Text/Reform.pm:${PORTSDIR}/textproc/p5-Text-Reform +BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version \ + p5-Text-Reform>=1.11:${PORTSDIR}/textproc/p5-Text-Reform RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |