- update to 0.16
- install examples - don't need groff from new maintainer gleydson soares
This commit is contained in:
parent
0e4ea5c477
commit
c12842f86f
@ -1,14 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/11/19 22:31:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2011/04/03 17:27:06 jasper Exp $
|
||||
|
||||
COMMENT= extends the Net::DNS module with DNSSEC functionality
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Net-DNS-SEC-0.15
|
||||
CATEGORIES= net
|
||||
USE_GROFF = Yes
|
||||
DISTNAME= Net-DNS-SEC-0.16
|
||||
CATEGORIES= net security
|
||||
|
||||
HOMEPAGE= http://www.net-dns.org/
|
||||
|
||||
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
|
||||
|
||||
# BSD-license
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -23,4 +24,7 @@ RUN_DEPENDS= mail/p5-MIME-Base32 \
|
||||
security/p5-Crypt-OpenSSL-Bignum>=0.03 \
|
||||
security/p5-Digest-SHA1
|
||||
|
||||
MODCPAN_EXAMPLES= Yes
|
||||
MODCPAN_EXAMPLES_DIST= demo
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Net-DNS-SEC-0.15.tar.gz) = aTBr8TRxDuK9lLewo20r4w==
|
||||
RMD160 (Net-DNS-SEC-0.15.tar.gz) = ybFzy4WEmaCuLv0pD1bzKtA4oiY=
|
||||
SHA1 (Net-DNS-SEC-0.15.tar.gz) = /j5pmOXE8fqIWNuE2MHk0JouglY=
|
||||
SHA256 (Net-DNS-SEC-0.15.tar.gz) = O1TyD6F8fVuam+w5C3fOi8OVHtwXRwtZt4SlV5V/rpY=
|
||||
SIZE (Net-DNS-SEC-0.15.tar.gz) = 85725
|
||||
MD5 (Net-DNS-SEC-0.16.tar.gz) = cKi1ndo5oO/+Ir/BKQXZQg==
|
||||
RMD160 (Net-DNS-SEC-0.16.tar.gz) = xl0QXopQhAf19mXArd1X/naA7OY=
|
||||
SHA1 (Net-DNS-SEC-0.16.tar.gz) = VlB16+uClWFDYGaS12FL+AKSzyQ=
|
||||
SHA256 (Net-DNS-SEC-0.16.tar.gz) = PVtULsWAYAZlc/hGmK3RuoEe1unqEOIQGg2P3qUs1uQ=
|
||||
SIZE (Net-DNS-SEC-0.16.tar.gz) = 87284
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2009/02/04 10:41:41 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2011/04/03 17:27:06 jasper Exp $
|
||||
${P5SITE}/Net/DNS/
|
||||
${P5SITE}/Net/DNS/Keyset.pm
|
||||
${P5SITE}/Net/DNS/RR/
|
||||
@ -28,3 +28,7 @@ ${P5SITE}/Net/DNS/SEC/Private.pm
|
||||
@man man/man3p/Net::DNS::RR::SIG.3p
|
||||
@man man/man3p/Net::DNS::SEC.3p
|
||||
@man man/man3p/Net::DNS::SEC::Private.3p
|
||||
share/examples/p5-Net-DNS-SEC/
|
||||
share/examples/p5-Net-DNS-SEC/getkeyset.pl
|
||||
share/examples/p5-Net-DNS-SEC/key2ds
|
||||
share/examples/p5-Net-DNS-SEC/make-signed-keyset
|
||||
|
Loading…
Reference in New Issue
Block a user