mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Cleanup Makefile header
- Fix and sort PLIST: %%SITE_PERL%%/Net/DNS/RR/SIG does not exist
This commit is contained in:
parent
631ce3a141
commit
980eaf4238
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311245
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Net-DNS-SEC
|
||||
# Date created: 21 July 2002
|
||||
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
||||
#
|
||||
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-DNS-SEC
|
||||
PORTVERSION= 0.16
|
||||
@ -15,14 +11,14 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= DNSSEC extensions to Net::DNS
|
||||
|
||||
RUN_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0.03:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
|
||||
BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0.03:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
|
||||
p5-Crypt-OpenSSL-DSA>=0.1:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
|
||||
p5-Crypt-OpenSSL-RSA>=0.19:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
|
||||
p5-Digest-BubbleBabble>=0.01:${PORTSDIR}/security/p5-Digest-BubbleBabble \
|
||||
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
p5-MIME-Base32>=0:${PORTSDIR}/converters/p5-MIME-Base32 \
|
||||
p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -1,22 +1,21 @@
|
||||
%%SITE_PERL%%/Net/DNS/SEC.pm
|
||||
%%SITE_PERL%%/Net/DNS/Keyset.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/DS.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/DLV.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/DNSKEY.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/DS.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/KEY.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/NSEC.pm
|
||||
%%SITE_PERL%%/Net/DNS/SEC/Private.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/NSEC3.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/NSEC3PARAM.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/NXT.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/RRSIG.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/SIG.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/NSEC3PARAM.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/DLV.pm
|
||||
%%SITE_PERL%%/Net/DNS/RR/NSEC3.pm
|
||||
%%SITE_PERL%%/Net/DNS/SEC.pm
|
||||
%%SITE_PERL%%/Net/DNS/SEC/Private.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/SEC/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/SEC
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrm %%SITE_PERL%%/Net/DNS/SEC
|
||||
@dirrmtry %%SITE_PERL%%/Net/DNS/RR/SIG
|
||||
@dirrmtry %%SITE_PERL%%/Net/DNS/RR
|
||||
@dirrmtry %%SITE_PERL%%/Net/DNS
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
Loading…
Reference in New Issue
Block a user