Commit graph

22 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Dmitry Marakasov
4d4b259bcd - Add NO_ARCH
Approved by:	portmgr blanket
2015-05-31 13:37:20 +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
Vanilla I. Shu
5e06901c39 Support STAGEDIR. 2013-11-05 06:56:18 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Andrej Zverev
0c32f39711 - Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header

Reviewed by:	bapt@ (exp-run)
Approved by:	bapt@ (portmrg@)
2013-07-31 06:54:09 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +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
Edwin Groothuis
a437d08eca Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:30:01 +00:00
Mathieu Arnold
b71157a2ae Take a perl@ hat and add SHA256 checksums 2005-11-14 15:05:17 +00:00
Bill Fenner
81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00
Anton Berezin
8b37a131f2 Update to 1.2, assign maintainer to perl. 2005-02-02 13:55:09 +00:00
Mark Linimon
e4a386db82 With portmgr hat on, reset bouncing maintainer address (already noted
by leeym in devel/p5-Test-Simple) without prejudice.
2005-01-29 17:37:56 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Foxfair Hu
b968cad3b1 PR: 52286
Submitted by:	Mathieu Arnold <m@absolight.net>
Reviewed by:	maintainer
Update math/p5-Date-Handler to 1.1 and add a small patch so that locales
in doc reflects those present in FreeBSD.
2003-06-21 06:00:59 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Ying-Chieh Liao
860f214427 upgrade to 0.19
PR:		36743
Submitted by:	maintainer
2002-04-04 17:52:15 +00:00
Ying-Chieh Liao
e5ffa4b632 upgrade to 0.12
PR:		33012
Submitted by:	maintainer
2001-12-19 18:08:36 +00:00
Pete Fritchman
4eb4bb3551 Update to 0.11
PR:		31751
Submitted by:	maintainer
2001-11-04 19:44:44 +00:00
Anton Berezin
a91c0875a2 Update to 0.10.
PR:		30866
Submitted by:	maintainer
2001-10-02 17:55:01 +00:00
Pete Fritchman
e72d3a4913 Update to 0.09
PR:		30211
Submitted by:	maintainer
2001-08-30 03:39:20 +00:00
Pete Fritchman
4db3087986 add p5-Date-Handler
Perl module for calculating time differences

PR:		30071
Submitted by:	Shell Hung <shell@shellhung.org>
2001-08-25 20:30:03 +00:00