diff options
author | seb <seb> | 2002-10-27 20:48:55 +0000 |
---|---|---|
committer | seb <seb> | 2002-10-27 20:48:55 +0000 |
commit | cd6508b2f889b1c6b2d5ead45f6f1858600a1aa1 (patch) | |
tree | d8d74ae58ff3705904cabfccc131ba47c29d2c9e /misc/p5-Business-UPS | |
parent | 81a4885461ca9c896bb73ece10aed66ca46731b5 (diff) | |
download | pkgsrc-cd6508b2f889b1c6b2d5ead45f6f1858600a1aa1.tar.gz |
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'misc/p5-Business-UPS')
-rw-r--r-- | misc/p5-Business-UPS/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/p5-Business-UPS/Makefile b/misc/p5-Business-UPS/Makefile index 1f5479c43a2..b0b7863df35 100644 --- a/misc/p5-Business-UPS/Makefile +++ b/misc/p5-Business-UPS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:08 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/27 20:48:59 seb Exp $ # DISTNAME= Business-UPS-1.13 @@ -13,11 +13,8 @@ COMMENT= Perl5 module to handle UPS rate calculation and package tracking DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Business/UPS/.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" |