summaryrefslogtreecommitdiff
path: root/textproc/p5-SGMLS/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-13 18:15:09 +0000
committerwiz <wiz>2006-01-13 18:15:09 +0000
commit65a4a6b105b50a31fe5a25f16e73305a0e79b59a (patch)
tree9ca9d1a3b94ed9277d5126eb01fef8adcaabfec4 /textproc/p5-SGMLS/Makefile
parent9109b4d6888b2b6fd35f627bcf6e0cc8d32ef8d0 (diff)
downloadpkgsrc-65a4a6b105b50a31fe5a25f16e73305a0e79b59a.tar.gz
Initial import of p5-SGMLS-1.03.2:
This distribution contains SGMLS.pm, a perl5 class library for parsing the output from James Clark's SGMLS and NSGMLS parsers.
Diffstat (limited to 'textproc/p5-SGMLS/Makefile')
-rw-r--r--textproc/p5-SGMLS/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-SGMLS/Makefile b/textproc/p5-SGMLS/Makefile
new file mode 100644
index 00000000000..a910aca3cc9
--- /dev/null
+++ b/textproc/p5-SGMLS/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/13 18:15:09 wiz Exp $
+#
+
+DISTNAME= SGMLSpm-1.03ii
+PKGNAME= p5-SGMLS-1.03.2
+CATEGORIES= textproc
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~dmegg/SGMLSpm-1.03ii/
+COMMENT= Class for postprocessing the output from the sgmls and nsgmls parsers
+
+INSTALL_TARGET= install install_html
+WRKSRC= ${WRKDIR}/SGMLSpm
+MAKE_ENV+= PERL5_SUB_INSTALLVENDORLIB=${PERL5_SUB_INSTALLVENDORLIB:Q}
+MAKE_ENV+= PERL5=${PERL5:Q}
+PLIST_SUBST+= PERL5_SUB_INSTALLVENDORLIB=${PERL5_SUB_INSTALLVENDORLIB:Q}
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"