mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.68
- Add LICENSE - Add TEST_DEPENDS - Sort MAN3 and PLIST Changes: http://search.cpan.org/dist/Net-DHCP/Changes PR: ports/167563 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days)
This commit is contained in:
parent
344cdfbe31
commit
11148e708f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296936
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Net-DHCP
|
PORTNAME= Net-DHCP
|
||||||
PORTVERSION= 0.67
|
PORTVERSION= 0.68
|
||||||
CATEGORIES= net perl5
|
CATEGORIES= net perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
@ -14,8 +14,17 @@ PKGNAMEPREFIX= p5-
|
|||||||
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
||||||
COMMENT= A DHCP set of classes designed to handle basic DHCP handling
|
COMMENT= A DHCP set of classes designed to handle basic DHCP handling
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= Net::DHCP::Packet.3 Net::DHCP::Constants.3
|
MAN3= Net::DHCP::Constants.3 \
|
||||||
|
Net::DHCP::Packet.3
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e '/ABSTRACT_FROM/d' ${WRKSRC}/Makefile.PL
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (Net-DHCP-0.67.tar.gz) = 46b78ff1d619c243d633b8a82f5e41bc7a2a70844474f65c9b92777a822be8f7
|
SHA256 (Net-DHCP-0.68.tar.gz) = f84f565ad0e2c63bfa4586b5bddf0e8c343be1cb34c48ab55117998b735a05b3
|
||||||
SIZE (Net-DHCP-0.67.tar.gz) = 21692
|
SIZE (Net-DHCP-0.68.tar.gz) = 41887
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%%SITE_PERL%%/Net/DHCP/Packet.pm
|
|
||||||
%%SITE_PERL%%/Net/DHCP/Constants.pm
|
%%SITE_PERL%%/Net/DHCP/Constants.pm
|
||||||
|
%%SITE_PERL%%/Net/DHCP/Packet.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP/.packlist
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||||
|
Loading…
Reference in New Issue
Block a user