summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Format/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Format/Makefile')
-rw-r--r--textproc/p5-Text-Format/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/p5-Text-Format/Makefile b/textproc/p5-Text-Format/Makefile
new file mode 100644
index 00000000000..51daac56b75
--- /dev/null
+++ b/textproc/p5-Text-Format/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/03/04 17:41:42 seb Exp $
+#
+
+DISTNAME= Text-Format0.52
+PKGNAME= p5-Text-Format-0.52
+SVR4_PKGNAME= p5tfo
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= sketch@rd.bbc.co.uk
+HOMEPAGE= http://search.cpan.org/search?module=Text::Format
+COMMENT= Provide perl5 formatting functions on plain text
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Format/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"