Commit graph

18 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
Jun Kuriyama
1c8f6a47a4 - Upgrade to 0.25. 2014-11-20 06:34:09 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Jun Kuriyama
bc5436038f - Upgrade to 0.20. 2013-11-01 05:59:50 +00:00
Eitan Adler
1e443545d0 The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'

Maintainers were notified and given time to object.
2013-10-31 04:17:29 +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
Andrej Zverev
1a612a3da1 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 12:14:21 +00:00
Jun Kuriyama
be9aecd8f8 - Upgrade to 0.18. 2013-03-01 07:51:12 +00:00
Jun Kuriyama
1cc08d1003 - Upgrade to 0.17. 2013-01-14 14:50:00 +00:00
Jun Kuriyama
d3674884df - Upgrade to 0.16.
Feature safe: yes
2012-10-27 11:18:21 +00:00
Jun Kuriyama
c5020a2f29 - Upgrade to 0.15. 2012-08-23 01:24:50 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Steve Wills
629bc83187 - Add TEST_DEPENDS
PR:		ports/164556
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-30 02:27:05 +00:00
Jun Kuriyama
bf383341a5 - Upgrade to 0.14.
Feature safe:	yes
2011-11-22 01:07:54 +00:00
Jun Kuriyama
b701e182a6 - Upgrade to 0.12. 2011-10-09 02:28:16 +00:00
Jun Kuriyama
35e5f307a4 - Upgrade to 0.11. 2011-05-19 11:43:40 +00:00
Jun Kuriyama
79bad2c31e - Upgrade to 0.10. 2011-03-27 08:01:35 +00:00
Jun Kuriyama
8b21a0db17 Teng is very simple DBI wrapper and simple O/R Mapper. It aims to be
lightweight, with minimal dependencies so it's easier to install.

WWW: http://search.cpan.org/dist/Teng/
2011-02-27 10:47:50 +00:00