aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-DHCP
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update to 0.696Philippe Audeoud2015-06-122-4/+3
| | | | Notes: svn path=/head/; revision=389263
* - Add NO_ARCHDmitry Marakasov2015-05-311-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=388088
* Move p5- ports from ports@ to perl@.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=386075
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Support staging.Emanuel Haupt2014-02-062-4/+2
| | | | Notes: svn path=/head/; revision=343076
* - Reset maintainer due to fatal email bouncesRyan Steinmetz2014-01-161-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=339909
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - convert to the new perl5 frameworkAndrej Zverev2013-09-061-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326486
* - Update to 0.693 [1]Frederic Culot2013-03-132-9/+5
| | | | | | | | | | | | | - Trim Makefile's header [1] - Remove leading article from COMMENT Changes: http://search.cpan.org/dist/Net-DHCP/Changes PR: ports/176339 [1] Submitted by: Gea-Suan Lin <gslin@gslin.org> Approved by: maintainer (timeout, >14 days) Notes: svn path=/head/; revision=314035
* - Update to 0.691Steve Wills2012-09-093-5/+3
| | | | | | | | PR: ports/171060 Approved by: maintainer timeout (tjs@cdpa.nsysu.edu.tw, >2 weeks) Notes: svn path=/head/; revision=303950
* - Update to 0.685Martin Wilke2012-06-093-8/+4
| | | | | | | | | PR: 168251 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=298867
* - Update to 0.68Sunpoet Po-Chuan Hsieh2012-05-193-5/+14
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=296936
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* - Update to 0.67Philip M. Gollucci2010-12-152-4/+3
| | | | | | | | | | | | - Remove MD5 PR: ports/153088 Submitted by: myself (pgollucci) Approved by: tjs@cdpa.nsysu.edu.tw (maintainer) Changes: http://search.cpan.org/dist/Net-DHCP/Changes Notes: svn path=/head/; revision=266381
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* This module is a DHCP set of classes designed to handle basic DHCPRoman Bogorodskiy2006-07-134-0/+43
handling. It can be used to develop either client, server or relays. It is composed of 100% pure Perl. WWW: http://search.cpan.org/dist/Net-DHCP/ PR: ports/100188 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=167683