Commit graph

16 commits

Author SHA1 Message Date
Mathieu Arnold
bfc078b9f4 Fix with Perl 5.22+
Using defined(@array) was deprecated in 1999 for Perl 5.6, and removed
in 2014 for 5.22.

PR:		214617
Reported by:	takeda takeda tk
Sponsored by:	Absolight
2016-11-22 15:04:29 +00:00
Mathieu Arnold
65a99e72a5 Move p5- ports from ports@ to perl@.
With hat:	perl@
Sponsored by:	Absolight
2015-05-11 12:04:18 +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
Wen Heping
4275d15ea4 - Reset maintainer to ports@
Submitted by:	chifeng@gmail.com(previous maintainer, via email)
2014-08-10 13:04:34 +00:00
Andrej Zverev
32fbdf5e2a - support stage
Approved by:	portmgr (blanket infrastructure)
2014-01-05 16:33:44 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Andrej Zverev
4c7f7c366c - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-04 09:48:54 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Thomas Abthorpe
777bf0b92e - Pass maintainership to submitter
Submitted by:	chifeng via freebsd-ports@
2009-02-17 02:56:31 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Gabor Kovesdan
292f0fcf80 - Remove old Perl support from unmaintained ports in categories starting
with letter k-n
2007-04-04 17:39:14 +00:00
Ion-Mihai Tetcu
5f8dea6c1c Reset maintainership to ports@ as requested by former maintianer "snowchyld"
PR:		ports/101754
Submitter by:	snowchyld <freesd.org__last_spam_from_ports@snowchyld.org>
2006-08-15 17:07:27 +00:00
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Yen-Ming Lee
aa2c60a4fc - add WWW: in pkg-descr
- fix PLIST
2005-02-26 19:33:48 +00:00
Sergey Matveychuk
5f81fa6b3e New port: mail/p5-Mail-Alias
PR:		ports/68789
Submitted by:	snowchyld
2004-08-01 12:07:23 +00:00