Commit graph

18 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
a73d628f30 - Update to 1.35 2015-10-27 15:51:44 +00:00
Frederic Culot
d21a077b4e - Update to 1.34
- Fix LICENSE
2015-09-11 12:38:53 +00:00
Sunpoet Po-Chuan Hsieh
cf103d82f2 - Update to 1.33 2015-07-24 18:14:29 +00:00
Sunpoet Po-Chuan Hsieh
5ac118f8ec - Update to 1.32
- Add NO_ARCH
2015-07-24 08:59:33 +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
2ed225dfde Cleanup plist 2014-10-27 12:39:32 +00:00
Andrej Zverev
1b17fd9ee2 - support STAGEDIR
- add LICENSE (where it possible)
2013-11-03 15:16:25 +00:00
Baptiste Daroussin
1c7169ab74 Add NO_STAGE all over the place in preparation for the staging support (cat: finance) 2013-09-20 17:18:38 +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
Baptiste Daroussin
09e285d07a - update to 1.30 2011-06-17 21:18:59 +00:00
Baptiste Daroussin
c5c1fc7a02 - upgrade to 1.28
- adding license
2011-02-19 10:43:30 +00:00
Mark Linimon
a982e2cbd7 Reset hideo@lastamericanempire.com due to maintainer-timeouts and no
response to email.

Hat:		portmgr
2010-12-02 00:04:47 +00:00
Martin Wilke
76e529a336 - Update to 1.26
PR:		127546
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-09-24 14:47:02 +00:00
Martin Wilke
2ead14489b - Update to 1.25
PR:		121905
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-03-20 20:10:57 +00:00
Gabor Kovesdan
32b1f4b0ff - Update 1.24
- Style

PR:		ports/120932
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-02-22 19:20:29 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Andrey Slusar
c632ecea5d Add p5-Locale-Currency-Format 1.22, perl functions for formatting
monetary values.

PR:		ports/90996
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2005-12-28 10:09:03 +00:00