mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Update to 0.005
- Add LICENSE - Remove no-op MAN3 - While I'm here: - Fix LICENSE - Add NO_ARCH - Convert to options target helper Changes: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/CHANGES PR: 220740 Submitted by: Koen Martens <gmc@sonologic.nl> (maintainer)
This commit is contained in:
parent
868a1dfa30
commit
412a2cbf60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445919
@ -2,31 +2,31 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-DNS-Resolver-Programmable
|
||||
PORTVERSION= 0.003
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.005
|
||||
CATEGORIES= dns net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
||||
MAINTAINER= gmc@sonologic.nl
|
||||
COMMENT= Programmable DNS resolver for off-line testing
|
||||
|
||||
LICENSE= ART10 GPLv2+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::DNS::Resolver::Programmable.3
|
||||
PORTDOCS= CHANGES README TODO
|
||||
DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS-Resolver-Programmable
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (Net-DNS-Resolver-Programmable-v0.003.tar.gz) = 8d402260941f259c83bf1b2564408e75288df028f604136c29da11a9a6a076ec
|
||||
SIZE (Net-DNS-Resolver-Programmable-v0.003.tar.gz) = 15974
|
||||
TIMESTAMP = 1500126686
|
||||
SHA256 (Net-DNS-Resolver-Programmable-0.005.tar.gz) = 8a242d4d3e4ea04454ff87acd3f948341043d48f19304ed261b82b1424c175c0
|
||||
SIZE (Net-DNS-Resolver-Programmable-0.005.tar.gz) = 14884
|
||||
|
Loading…
Reference in New Issue
Block a user