diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-13 18:15:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-13 18:15:09 +0000 |
commit | a1a8c295f08c6f99dc5577bda39ade44bafa8635 (patch) | |
tree | 9ca9d1a3b94ed9277d5126eb01fef8adcaabfec4 /textproc/p5-SGMLS/Makefile | |
parent | 0cabbfae107a7ba3daa059dd09cddb0a9e3e21f1 (diff) | |
download | pkgsrc-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/Makefile | 20 |
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" |