summaryrefslogtreecommitdiff
path: root/textproc/p5-SGMLS/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-01-13 18:15:09 +0000
committerwiz <wiz@pkgsrc.org>2006-01-13 18:15:09 +0000
commita1a8c295f08c6f99dc5577bda39ade44bafa8635 (patch)
tree9ca9d1a3b94ed9277d5126eb01fef8adcaabfec4 /textproc/p5-SGMLS/Makefile
parent0cabbfae107a7ba3daa059dd09cddb0a9e3e21f1 (diff)
downloadpkgsrc-a1a8c295f08c6f99dc5577bda39ade44bafa8635.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"