diff options
author | heinz <heinz> | 2002-10-06 02:37:56 +0000 |
---|---|---|
committer | heinz <heinz> | 2002-10-06 02:37:56 +0000 |
commit | 132393c263d5e757c653a75180c21e74d11d84c0 (patch) | |
tree | f8f8168a17a893d50b018d529874e6abad9401be /net/p5-Net-DNS/Makefile | |
parent | 49c0f796e89dab11b306c12436dc683c2ef5c8ef (diff) | |
download | pkgsrc-132393c263d5e757c653a75180c21e74d11d84c0.tar.gz |
- Depends on perl >=5.6.0 instead of 5.005_3
- Uses buildlink2 and module.mk now.
- Removed patch-ab (bug fixed is fixed in this version).
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 87a022dd3db..d7b00678de2 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/09/09 00:22:22 heinz Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/06 02:37:56 heinz Exp $ # -DISTNAME= Net-DNS-0.28 +DISTNAME= Net-DNS-0.29 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ndn CATEGORIES= net perl5 @@ -13,20 +13,17 @@ HOMEPAGE= http://www.net-dns.org/ COMMENT= Net::DNS - Perl DNS Resolver Module BUILD_DEPENDS+= p5-Test-Simple>=0.44:../../devel/p5-Test-Simple - DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC DEPENDS+= p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64 -BUILDLINK_DEPENDS.perl= perl>=5.005_03 +BUILDLINK_DEPENDS.perl= perl>=5.6.0 +USE_BUILDLINK2= YES -USE_BUILDLINK_ONLY= YES +PERL5_CONFIGURE= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNS/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - test: build @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} test -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |