Commit graph

15 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
Antoine Brodin
8b6ef795df Cleanup plist 2014-11-12 13:45:59 +00:00
Emanuel Haupt
9379a75ce1 Restore language specific package prefix. This has been erroneously removed
during the staging conversion. Sorry about the noise.
2014-02-06 11:43:02 +00:00
Emanuel Haupt
363a40e814 Support staging. 2014-02-06 11:06:36 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Andrej Zverev
778e2d3551 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 15:42:40 +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
37328b2210 - Add TEST_DEPENDS
Approved by:	portmgr (blanket)
2012-05-03 02:09:39 +00:00
Frederic Culot
f4ebfd9853 - Update to 0.08
- Add LICENSE (Artistic 1 & GPLv1)

Changes:	http://search.cpan.org/dist/HTML-MobileJp/Changes
PR:		ports/161744
Submitted by:	Teramoto Masahiro <markun@onohara.to> (maintainer)
2011-10-18 14:36:52 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Emanuel Haupt
9515f95b14 Fix typo in WWW
Approved by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2010-09-29 07:20:57 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Wen Heping
737b41fc30 - Update to 0.07
PR:		ports/150651
Submitted by:	TERAMOTO Masahiro <markun@onohara.to>
2010-09-18 01:36:37 +00:00
Dmitry Marakasov
15f4552c99 - Update to 0.06
- Fix PKGNAMEPREFIX

PR:		135917
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2009-06-22 21:40:17 +00:00
Martin Wilke
a9a119fed5 HTML::MobileJp is html tag generator for Japanese mobile phone.
WWW:	http://http://search.cpan.org/dist/HTML-MobileJp/

PR:		ports/133857
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2009-05-01 13:31:09 +00:00