diff options
-rw-r--r-- | net/p5-Net-DHCP/Makefile | 23 | ||||
-rw-r--r-- | net/p5-Net-DHCP/PLIST | 5 | ||||
-rw-r--r-- | net/p5-Net-DHCP/distinfo | 8 |
3 files changed, 25 insertions, 11 deletions
diff --git a/net/p5-Net-DHCP/Makefile b/net/p5-Net-DHCP/Makefile index 7ae0143deb7..cc4c576bf81 100644 --- a/net/p5-Net-DHCP/Makefile +++ b/net/p5-Net-DHCP/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2012/10/23 17:18:47 asau Exp $ +# $NetBSD: Makefile,v 1.4 2013/03/08 12:34:08 wiz Exp $ # -DISTNAME= Net-DHCP-0.67 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +DISTNAME= Net-DHCP-0.693 +PKGNAME= p5-${DISTNAME:S/693/69.3/} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -15,10 +14,22 @@ LICENSE= ${PERL5_LICENSE} EGSUBDIR= share/examples/p5-Net-DHCP INSTALLATION_DIRS+= ${EGSUBDIR} -EGFILES= examples/dhcp_sniffer.pl examples/dhcpd.pl examples/dhcpd_test.pl -EGFILES+= examples/lease_query.pl examples/send_packet.pl +EGFILES= examples/dhcp_sniffer.pl +EGFILES+= examples/dhcpd.pl +EGFILES+= examples/dhcpd_test.pl +EGFILES+= examples/dumpianatoxml.pl +EGFILES+= examples/l2tp-dhcp-inform +EGFILES+= examples/lease_query.pl +EGFILES+= examples/list_dho.pl +EGFILES+= examples/send_packet.pl + +PERL5_REQD+= 5.8.0 +PERL5_MODULE_TYPE= Module::Build REPLACE_PERL+= ${EGFILES} +# has /bin/false as shebang argument +CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/5.16.0/Net/DHCP/Constants.pm +CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/5.16.0/Net/DHCP/Packet.pm post-install: .for i in ${EGFILES} diff --git a/net/p5-Net-DHCP/PLIST b/net/p5-Net-DHCP/PLIST index 7f68bffca1c..51e14ff9bc3 100644 --- a/net/p5-Net-DHCP/PLIST +++ b/net/p5-Net-DHCP/PLIST @@ -1,6 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/27 20:09:44 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/03/08 12:34:08 wiz Exp $ share/examples/p5-Net-DHCP/dhcp_sniffer.pl share/examples/p5-Net-DHCP/dhcpd.pl share/examples/p5-Net-DHCP/dhcpd_test.pl +share/examples/p5-Net-DHCP/dumpianatoxml.pl +share/examples/p5-Net-DHCP/l2tp-dhcp-inform share/examples/p5-Net-DHCP/lease_query.pl +share/examples/p5-Net-DHCP/list_dho.pl share/examples/p5-Net-DHCP/send_packet.pl diff --git a/net/p5-Net-DHCP/distinfo b/net/p5-Net-DHCP/distinfo index 4af36843207..05c101923de 100644 --- a/net/p5-Net-DHCP/distinfo +++ b/net/p5-Net-DHCP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/03/27 20:09:44 wiz Exp $ +$NetBSD: distinfo,v 1.2 2013/03/08 12:34:08 wiz Exp $ -SHA1 (Net-DHCP-0.67.tar.gz) = 1513e3a336d7a15ea135a63b6df4984980e84fbc -RMD160 (Net-DHCP-0.67.tar.gz) = 96581cbbdb06ce747cc193d7d26054a2c9c3e3da -Size (Net-DHCP-0.67.tar.gz) = 21692 bytes +SHA1 (Net-DHCP-0.693.tar.gz) = d80efc9555945f08aac2b24a62d04b0e0f48f3a9 +RMD160 (Net-DHCP-0.693.tar.gz) = 26663177fe274c9e0f9f4e48dd58ce35acc4d33a +Size (Net-DHCP-0.693.tar.gz) = 45450 bytes |