7b1bb942d5
- Drop patch-Makefile.PL, see below at 1.01 Feature item. (Upsteam) - Updated devel/p5-Net-DNS-SEC 0.22 to 1.02 ----------------------------------------- **** 1.02 September 16, 2015 Fix: Bug in t/10-keyset.t raises exception in Net::DNS **** 1.01 August 3, 2015 Feature The RRs previously implemented in Net::DNS::SEC are now integrated with Net::DNS. Fix: rt.cpan.org #105808 Version test for Pod::Test is broken Fix: rt.cpan.org #105698 Net-DNS 1.01 conflicts with Net-DNS-SEC 0.22
46 lines
1.6 KiB
Makefile
46 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.33 2016/08/05 23:34:17 mef Exp $
|
|
|
|
DISTNAME= Net-DNS-SEC-1.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.net-dns.org/
|
|
COMMENT= DNSSEC extension to Net::DNS Perl DNS Resolver Module
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= p5-Crypt-OpenSSL-Bignum>=0.03:../../security/p5-Crypt-OpenSSL-Bignum
|
|
DEPENDS+= p5-Crypt-OpenSSL-DSA>=0.10:../../security/p5-Crypt-OpenSSL-DSA
|
|
DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.27:../../security/p5-Crypt-OpenSSL-RSA
|
|
DEPENDS+= p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble
|
|
#DEPENDS+= {perl>=5.10.0,p5-Digest-SHA>=5.23}:../../security/p5-Digest-SHA
|
|
DEPENDS+= p5-Digest-SHA1>=2.04:../../security/p5-Digest-SHA1
|
|
DEPENDS+= p5-MIME-Base32-[0-9]*:../../converters/p5-MIME-Base32
|
|
#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
|
|
DEPENDS+= p5-Net-DNS>=0.64:../../net/p5-Net-DNS
|
|
|
|
#BUILDLINK_API_DEPENDS.perl+= perl>=5.6.1
|
|
|
|
PERL5_PACKLIST= auto/Net/DNS/SEC/.packlist
|
|
|
|
REPLACE_PERL= demo/getkeyset.pl demo/key2ds demo/make-signed-keyset
|
|
|
|
DOCSUBDIR= share/doc/${PKGBASE}
|
|
EGSUBDIR= share/examples/${PKGBASE}
|
|
|
|
INSTALLATION_DIRS+= ${DOCSUBDIR} ${EGSUBDIR}
|
|
|
|
SUBST_CLASSES+= p5nds
|
|
SUBST_STAGE.p5nds= post-install
|
|
SUBST_FILES.p5nds= demo/getkeyset.pl
|
|
SUBST_SED.p5nds= -e "1s,-I./blib/lib,,"
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCSUBDIR}
|
|
.for f in getkeyset.pl key2ds make-signed-keyset
|
|
${INSTALL_SCRIPT} ${WRKSRC}/demo/${f} ${DESTDIR}${PREFIX}/${EGSUBDIR}
|
|
.endfor
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|