update to p5-Zonemaster-LDNS-2.1.0, wen heping also sent a diff for this
This commit is contained in:
parent
6443ddcc0d
commit
5abe72e258
@ -1,29 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2020/07/11 22:54:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2020/07/26 15:28:10 sthen Exp $
|
||||
|
||||
COMMENT = module to interface the DNS resolver using the ldns library
|
||||
COMMENT= module to interface the DNS resolver using the ldns library
|
||||
|
||||
MODULES = cpan
|
||||
CPAN_AUTHOR = ZNMSTR
|
||||
DISTNAME = Zonemaster-LDNS-2.0.1
|
||||
REVISION = 2
|
||||
CATEGORIES = net
|
||||
MODULES= cpan
|
||||
CPAN_AUTHOR= ZNMSTR
|
||||
DISTNAME= Zonemaster-LDNS-2.1.0
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER = Stuart Henderson <stu.ports@spacehopper.org>
|
||||
MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE = Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += c crypto idn ldns perl
|
||||
|
||||
BUILD_DEPENDS = devel/p5-Devel-CheckLib
|
||||
LIB_DEPENDS = devel/libidn \
|
||||
BUILD_DEPENDS= devel/p5-Devel-CheckLib
|
||||
LIB_DEPENDS= devel/libidn \
|
||||
net/ldns
|
||||
TEST_DEPENDS = devel/p5-Test-Fatal
|
||||
TEST_DEPENDS= devel/p5-Test-Fatal
|
||||
|
||||
CONFIGURE_ARGS = --no-internal-ldns
|
||||
|
||||
# XXX something is wrong passing libs from makemaker to the generated
|
||||
# Makefile, bodge it for now
|
||||
MAKE_FLAGS= LDLOADLIBS="-lcrypto -lldns -lidn"
|
||||
CONFIGURE_ARGS= --no-internal-ldns \
|
||||
--no-ed25519 \
|
||||
--prefix-openssl=${LOCALBASE} # actually for -lldns -lidn not openssl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Zonemaster-LDNS-2.0.1.tar.gz) = DTt3lMbqEYtZ2OvVJFu8srXbcTcG5O2AxU3I/F/UPXs=
|
||||
SIZE (Zonemaster-LDNS-2.0.1.tar.gz) = 595251
|
||||
SHA256 (Zonemaster-LDNS-2.1.0.tar.gz) = SrHsbLrV4rNKJfTp7AlGMd6eXOrvurtrZ94oD4qbps4=
|
||||
SIZE (Zonemaster-LDNS-2.1.0.tar.gz) = 605228
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1 2018/02/06 21:55:39 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2020/07/26 15:28:10 sthen Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Zonemaster/
|
||||
${P5ARCH}/Zonemaster/LDNS/
|
||||
@ -84,7 +84,7 @@ ${P5ARCH}/Zonemaster/LDNS/RRList.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Zonemaster/
|
||||
${P5ARCH}/auto/Zonemaster/LDNS/
|
||||
${P5ARCH}/auto/Zonemaster/LDNS/LDNS.so
|
||||
@so ${P5ARCH}/auto/Zonemaster/LDNS/LDNS.so
|
||||
@man man/man3p/Zonemaster::LDNS.3p
|
||||
@man man/man3p/Zonemaster::LDNS::Packet.3p
|
||||
@man man/man3p/Zonemaster::LDNS::RR.3p
|
||||
|
Loading…
x
Reference in New Issue
Block a user