diff options
author | seb <seb> | 2002-10-20 17:45:59 +0000 |
---|---|---|
committer | seb <seb> | 2002-10-20 17:45:59 +0000 |
commit | 60a363d0a3e83e1f8970d7f331742de268a5d7e0 (patch) | |
tree | 1a823f7ece5a3b3c8c31ceeb0570f23b6d1307cd /textproc/p5-XML-Simple | |
parent | 830960e0aebcd9773c9ec5627d3899e9079532e5 (diff) | |
download | pkgsrc-60a363d0a3e83e1f8970d7f331742de268a5d7e0.tar.gz |
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'textproc/p5-XML-Simple')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 64f45670313..76461cb1c97 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/08/22 06:34:58 cjep Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/20 17:46:03 seb Exp $ # DISTNAME= XML-Simple-1.08 @@ -12,11 +12,8 @@ COMMENT= Easy Perl API to read/write XML DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Simple/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |