Commit graph

17 commits

Author SHA1 Message Date
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
530a33f611 Cleanup plist 2014-10-27 12:13:22 +00:00
Frederic Culot
3fcfeaf8e9 - Update to 0.12
Changes:	http://search.cpan.org/dist/Net-DNS-Lite/Changes
2014-03-22 09:08:02 +00:00
Sunpoet Po-Chuan Hsieh
f622175582 - Update to 0.11
Changes:	http://search.cpan.org/dist/Net-DNS-Lite/Changes
2013-11-14 15:19:03 +00:00
Vanilla I. Shu
00afe0823b Support STAGEDIR. 2013-11-03 07:46:27 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Frederic Culot
f0e482d124 - Update to 0.10
- Trim Makefile's header
- Pet portlint(1) by using space instead of tab in WWW link

Changes:	http://search.cpan.org/dist/Net-DNS-Lite/Changes
2013-04-27 15:52:00 +00:00
Andrej Zverev
ca9da06ad1 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 05:44:43 +00:00
Sunpoet Po-Chuan Hsieh
2651fc3983 - Update to 0.09
Changes:	http://search.cpan.org/dist/Net-DNS-Lite/Changes
2012-06-22 01:30:56 +00:00
Steve Wills
ecffd73f1b - Add missing BUILD_DEPENDS to silence build warnings
- Add TEST_DEPENDS to enable testing
2011-12-20 04:49:13 +00:00
Cheng-Lung Sung
fb72faec09 - Update to 0.08 2011-10-27 01:42:02 +00:00
Frederic Culot
cf21065204 - Update to 0.07
- Add LICENSE (Artistic 1 & GPLv1)

Changes:	http://search.cpan.org/dist/Net-DNS-Lite/Changes
2011-08-02 19:05:27 +00:00
Martin Wilke
9299f26d36 - Update to 0.06
PR:		155630
Submitted by:	maintainer
2011-03-18 03:26:06 +00:00
Philip M. Gollucci
b160335ca1 - @comment cleanup in p5-* pkg-plist 2010-12-12 03:52:24 +00:00
Philip M. Gollucci
db062f2e4d This module provides a replacement function for Socket::inet_aton,
with support for timeouts.

WWW:	http://search.cpan.org/dist/Net-DNS-Lite/

PR:		ports/152591
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-26 21:16:38 +00:00