summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-WikiFormat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-WikiFormat/Makefile')
-rw-r--r--textproc/p5-Text-WikiFormat/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile
new file mode 100644
index 00000000000..3edc556ddf4
--- /dev/null
+++ b/textproc/p5-Text-WikiFormat/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/05 15:17:09 cube Exp $
+#
+
+DISTNAME= Text-WikiFormat-0.72
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+COMMENT= Translate Wiki formatted text into other formats
+
+DEPENDS+= p5-Module-Build>=0.21:../../devel/p5-Module-Build
+DEPENDS+= p5-URI>=1.30:../../www/p5-URI
+
+USE_BUILDLINK3= YES
+USE_LANGUAGES= # empty
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"