Commit graph

18 commits

Author SHA1 Message Date
Dmitry Marakasov
3656944ed7 - Add NO_ARCH 2015-09-05 20:00:13 +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
Dmitry Marakasov
93767cb395 - Cleanup plist 2014-09-22 12:12:11 +00:00
Dmitry Marakasov
18b93a2959 - Support staging 2013-10-01 05:54:10 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Andrej Zverev
a86ce80411 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 07:40:59 +00:00
Dmitry Marakasov
a212abf000 - Trim Makefile header 2013-06-03 18:02:24 +00:00
Steve Wills
3177d9d320 - Add TEST_DEPENDS
PR:		ports/166149
Approved by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer, private mail)
Feature safe:	yes
2012-03-17 23:13:55 +00:00
Olli Hauer
fc03c837e2 -remove MD5 2011-07-03 14:40:25 +00:00
Dmitry Marakasov
c8a487840f - Update to 1.3 2010-02-01 09:20:49 +00:00
Dmitry Marakasov
cca65e1ebd - Update to 1.1 2010-01-11 10:25:30 +00:00
Dmitry Marakasov
6b221d9c1c - Update to 0.9 2010-01-08 19:41:26 +00:00
Dmitry Marakasov
0e8428b7ef - Update to 0.8 2009-03-20 22:01:07 +00:00
Dmitry Marakasov
e696084d23 Update my email address in 132 ports.
Approved by:	miwi (mentor)
2008-06-19 17:28:24 +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
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
23ac2035b9 [MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
	one.  Also, now I can mirror some distfiles, so update
	MASTER_SITES for some ports.

PR:		ports/107038
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-12-21 20:41:33 +00:00
Aaron Dalton
3c581302ff Add p5-Text-Capitalize 0.5, capitalize strings ("to WORK AS titles"
becomes "To Work as Titles").

PR:		ports/92856
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
Approved by:	tobez (implicit)
2006-02-17 23:36:38 +00:00