Commit graph

25 commits

Author SHA1 Message Date
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
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +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
Andrej Zverev
ecf8a07212 - Remove SITE_PERL from *_DEPENDS 2012-06-03 17:02:24 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${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)
2008-04-17 14:30:31 +00:00
Erwin Lansing
8f060fc2f8 Remove 4.x workaround 2007-06-15 23:40:26 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Mathieu Arnold
b71157a2ae Take a perl@ hat and add SHA256 checksums 2005-11-14 15:05:17 +00:00
Anton Berezin
c2eef5d8d4 Update to 1.36. Assign maintainer to perl@. 2005-09-23 11:15:56 +00:00
Erwin Lansing
9030b5c3b8 Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!

Noticed by:	tobez
Approved by:	portmgr (self)
2005-09-20 14:20:34 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Erwin Lansing
6b470bae86 Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:	portmgr (marcus)
2003-09-16 05:43:52 +00:00
Erwin Lansing
c750d2a6a5 Update to 1.32
PR:		55388
Submitted by:	mat
Approved by:	maintainer
2003-08-20 18:30:51 +00:00
Michael Landin
6f77783b8f Update p5-DBIx-XHTML_Table 1.18 -> 1.22
PR:		52759
Submitted by:	maintainer
Approved by:	roberto (mentor)
2003-06-04 15:07:03 +00:00
Kris Kennaway
2bde101dcf Remove lib/perllocal.pod-${PORTNAME} from the pkg-plist now that this file
is no longer installed.
2003-04-17 21:56:40 +00:00
Edwin Groothuis
2d0c226520 databases/p5-XHTML_Table 1.14 -> 1.18
PR:		ports/47621
Submitted by:	Philip M. Gollucci <philip@p6m7g8.com>
Approved by:	maintainer timeout
2003-03-29 00:07:57 +00:00
Akinori MUSHA
2e4c764a61 De-pkg-comment. 2003-02-21 11:15:57 +00:00
Christian Weisgerber
359da7e8c8 Update to 1.14.
PR:		44898
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-11-12 17:39:45 +00:00
Pete Fritchman
39839df703 Update to 1.10.
PR:		39069
Submitted by:	maintainer
2002-06-09 18:46:08 +00:00
Patrick Li
b8eab1e668 Update to 1.00
PR:		37008
Submitted by:	maintainer
2002-04-12 02:06:17 +00:00
Kevin Lo
e537d15a47 Update to version 0.99
PR: 34926
Submitted by: MAINTAINER
2002-02-15 06:03:44 +00:00
Pete Fritchman
7ce368b71b Add p5-DBIx-XHTML_Table 0.97, create XHTML tables from SQL queries.
PR:		33414
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-02-08 07:46:55 +00:00