Commit graph

16 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
Anton Berezin
62e07a2c5e Update to 0.10.
Changes:	http://search.cpan.org/dist/DBIx-Class-DateTime-Epoch/Changes
2013-01-21 09:33:12 +00:00
Sunpoet Po-Chuan Hsieh
95039e773f - Update to 0.09
Changes:	http://search.cpan.org/dist/DBIx-Class-DateTime-Epoch/Changes
2012-02-01 21:53:25 +00:00
Steve Wills
eb7521afea - Add TEST_DEPENDS 2011-12-14 04:32:53 +00:00
Sunpoet Po-Chuan Hsieh
65ecbe30e6 - Update to 0.08
Changes:	http://search.cpan.org/dist/DBIx-Class-DateTime-Epoch/Changes
Feature safe:	yes
2011-11-23 17:58:56 +00:00
Frederic Culot
a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00
Steve Wills
c0e8cacff6 - Add missing dependency 2011-05-20 01:08:50 +00:00
Baptiste Daroussin
24d8c3bc2f - update to 0.07
- add licenses
- changes: http://cpansearch.perl.org/src/BRICAS/DBIx-Class-DateTime-Epoch-0.07/Changes
2011-03-17 22:56:52 +00:00
Philippe Audeoud
2256b1ef27 - Update to 0.06
- Changelog: http://cpansearch.perl.org/src/BRICAS/DBIx-Class-DateTime-Epoch-0.06/Changes
2010-02-01 08:51:59 +00:00
Mark Linimon
49728dccba Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:		portmgr
2009-08-16 09:22:05 +00:00
Philip M. Gollucci
d3833eab33 - Update to 0.05
PR:             ports/135726
Approved by:    maintainer (lbr)
Submitted by:   myself (pgollucci@)
2009-06-19 16:18:46 +00:00
Lars Balker Rasmussen
64fb3679bd New port databases/p5-DBIx-Class-DateTime-Epoch:
This module automatically inflates/deflates DateTime objects
corresponding to applicable columns. Columns may also be
defined to specify their nature, such as columns representing a
creation time (set at time of insertion) or a modification time
(set at time of every update).
2009-03-29 16:42:33 +00:00