summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Autoformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Autoformat/Makefile')
-rw-r--r--textproc/p5-Text-Autoformat/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/p5-Text-Autoformat/Makefile b/textproc/p5-Text-Autoformat/Makefile
new file mode 100644
index 00000000000..6c665be40c4
--- /dev/null
+++ b/textproc/p5-Text-Autoformat/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 18:30:53 jtb Exp $
+
+DISTNAME= Text-Autoformat-1.04
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.cs.monash.edu.au/~damian/
+COMMENT= perl module for text wrapping and reformatting
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Autoformat/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"