diff options
author | tobez <tobez@FreeBSD.org> | 2007-03-25 01:43:08 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2007-03-25 01:43:08 +0800 |
commit | e288b98decfa7e572c461f9316d66d23fd026faa (patch) | |
tree | 5ea4d973219b190d61d9672b010d419207a26676 /textproc/p5-Text-Wrapper/Makefile | |
parent | a9326a943add96bbdd3c991f4511c1dfe12f2949 (diff) | |
download | freebsd-ports-gnome-e288b98decfa7e572c461f9316d66d23fd026faa.tar.gz freebsd-ports-gnome-e288b98decfa7e572c461f9316d66d23fd026faa.tar.zst freebsd-ports-gnome-e288b98decfa7e572c461f9316d66d23fd026faa.zip |
Update to 1.01.
Diffstat (limited to 'textproc/p5-Text-Wrapper/Makefile')
-rw-r--r-- | textproc/p5-Text-Wrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-Wrapper/Makefile b/textproc/p5-Text-Wrapper/Makefile index 9b0d9e8b2ae8..8157c1f9aaf3 100644 --- a/textproc/p5-Text-Wrapper/Makefile +++ b/textproc/p5-Text-Wrapper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Wrapper -PORTVERSION= 1.000 +PORTVERSION= 1.01 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Simple word wrapping routine -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Text::Wrapper.3 |