7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
27 lines
778 B
Makefile
27 lines
778 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:39 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= SGMLSpm-1.03ii
|
|
PKGNAME= p5-SGMLS-1.03.2
|
|
PKGREVISION= 6
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/D/DM/DMEGG/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/SGMLSpm-1.03ii/
|
|
COMMENT= Class for postprocessing the output from the sgmls and nsgmls parsers
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
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}
|
|
|
|
PERL5_USE_PACKLIST= no
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|