7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
28 lines
823 B
Makefile
28 lines
823 B
Makefile
# $NetBSD: Makefile,v 1.29 2005/08/06 06:19:25 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Net-DNS-0.49
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ndn
|
|
PKGREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
|
|
http://www.net-dns.org/download/
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://www.net-dns.org/
|
|
COMMENT= Perl5 module for DNS resolution
|
|
|
|
BUILD_DEPENDS+= {p5-Test-Simple>=0.44,perl{,-thread}>=5.8.0}:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC
|
|
DEPENDS+= p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64
|
|
DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
MAKE_PARAMS= --online-tests
|
|
|
|
PERL5_PACKLIST= auto/Net/DNS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|