Commit graph

14 commits

Author SHA1 Message Date
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
e091a876b7 Use real PORTVERSION and update dependent port
- Remove MASTER_SITE_SUBDIR
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
2017-02-28 09:47:07 +00:00
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
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +00:00
Vanilla I. Shu
d394d91a6a Support STAGEDIR. 2013-11-05 01:33:02 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +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
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Sunpoet Po-Chuan Hsieh
e8816a31a9 - Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases
- Bump PORTREVISION for dependency change
2012-04-21 06:11:23 +00:00
Sunpoet Po-Chuan Hsieh
021633b6c5 - Update to 0.021
- Pet portlint
- Add TEST_DEPENDS
- Sort MAN3

Changes:	http://search.cpan.org/dist/Color-Library/Changes
Feature safe:	yes
2011-12-08 07:24:05 +00:00
Philippe Audeoud
1b784959fb - Cleaning MD5 in perl@'s ports.
Approved by:	erwin@ (portmgr)
2011-05-17 11:08:18 +00:00
Mark Linimon
9fb1ef4c3a Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:		portmgr
2009-08-28 17:37:26 +00:00
Chin-San Huang
4071a307f3 Add p5-Color-Library, an easy-to-use and comprehensive named-color library.
Currently provides coverage for www (svg, html, css) colors, x11 colors, and
more.

WWW: http://search.cpan.org/dist/Color-Library/
2009-04-12 17:09:35 +00:00