summaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-Autoformat
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2003-10-14 09:56:12 +0000
committermat <mat@FreeBSD.org>2003-10-14 09:56:12 +0000
commitc76f68cc6b4ca98d29910bb601eae4aa7e0de221 (patch)
tree2f24b15cb4e7d7ea60db13f2f4d069ea1f436640 /textproc/p5-Text-Autoformat
parenta9f3ed076fd0701605031e723ad9e6d40eaa5146 (diff)
downloadFreeBSD-ports-c76f68cc6b4ca98d29910bb601eae4aa7e0de221.zip
FreeBSD-ports-c76f68cc6b4ca98d29910bb601eae4aa7e0de221.tar.gz
Update to 1.12
remove MANPREFIX, add correct DEPENDS, fix WWW, and use %%SITE_PERL%% Approved by: maintainer
Diffstat (limited to 'textproc/p5-Text-Autoformat')
-rw-r--r--textproc/p5-Text-Autoformat/Makefile6
-rw-r--r--textproc/p5-Text-Autoformat/distinfo2
-rw-r--r--textproc/p5-Text-Autoformat/pkg-descr2
-rw-r--r--textproc/p5-Text-Autoformat/pkg-plist11
4 files changed, 11 insertions, 10 deletions
diff --git a/textproc/p5-Text-Autoformat/Makefile b/textproc/p5-Text-Autoformat/Makefile
index ced6137e..1debf48 100644
--- a/textproc/p5-Text-Autoformat/Makefile
+++ b/textproc/p5-Text-Autoformat/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Text-Autoformat
-PORTVERSION= 1.04
+PORTVERSION= 1.12
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
@@ -15,9 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Automatic and manual text wrapping and reformating formatting
+BUILD_DEPENDS= ${SITE_PERL}/Text/Reform.pm:${PORTSDIR}/textproc/p5-Text-Reform
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= Text::Autoformat.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Autoformat/distinfo b/textproc/p5-Text-Autoformat/distinfo
index 0e5f006..0797c1a 100644
--- a/textproc/p5-Text-Autoformat/distinfo
+++ b/textproc/p5-Text-Autoformat/distinfo
@@ -1 +1 @@
-MD5 (Text-Autoformat-1.04.tar.gz) = acb89d29e0508d14cd3310f3df13b799
+MD5 (Text-Autoformat-1.12.tar.gz) = a5a588e7a2d98fc8e8f196db71290dc0
diff --git a/textproc/p5-Text-Autoformat/pkg-descr b/textproc/p5-Text-Autoformat/pkg-descr
index e7d7070..6236838 100644
--- a/textproc/p5-Text-Autoformat/pkg-descr
+++ b/textproc/p5-Text-Autoformat/pkg-descr
@@ -10,7 +10,7 @@ The module also supplies a re-entrant, highly configurable replacement
for the built-in Perl format() mechanism.
Author: Damian Conway <damian@conway.org>
-WWW: http://search.cpan.org/search?dist=Text-Autoformat
+WWW: http://search.cpan.org/dist/Text-Autoformat/
-Anton
<tobez@FreeBSD.org>
diff --git a/textproc/p5-Text-Autoformat/pkg-plist b/textproc/p5-Text-Autoformat/pkg-plist
index 7575b8b..90d918c 100644
--- a/textproc/p5-Text-Autoformat/pkg-plist
+++ b/textproc/p5-Text-Autoformat/pkg-plist
@@ -1,6 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Autoformat/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Text/Autoformat.pm
-lib/perl5/site_perl/%%PERL_VER%%/Text/demo.pl
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Autoformat
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true
+%%SITE_PERL%%/Text/Autoformat.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Autoformat/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Autoformat
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
OpenPOWER on IntegriCloud