Commit graph

8 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
Martin Wilke
fe665b70e9 - Stage support 2014-02-02 15:21:20 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Andrej Zverev
dd0efaef40 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-05 07:29:05 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Sunpoet Po-Chuan Hsieh
d83ac1366e - Update to 0.1.0
- Add BUILD_DEPENDS and TEST_DEPENDS

Changes:	http://repo.or.cz/w/grake.git/blob/HEAD:/NEWS
PR:		ports/162967
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 22 days)
2011-12-22 15:52:48 +00:00
Julien Laffaye
6584306466 - Update to 0.0.7
- Move LICENSE earlier
- Move plist entries into Makefile

PR:		ports/159578
Submitted by:	Pierre Guinoiseau <geekounet@poildetroll.net> (maintainer)
2011-08-07 12:10:12 +00:00
Philip M. Gollucci
982cc23c92 grake is a command line tool for scanning webpages for Youtube links.
WWW:	http://grake.googlecode.com/

PR:		ports/153037
Submitted by:	Pierre Guinoiseau <geekounet at poildetroll.net>
2010-12-12 04:12:05 +00:00