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
Andrej Zverev
487d869eba - support STAGEDIR 2013-11-03 08:05:18 +00:00
Baptiste Daroussin
b9522341aa Add NO_STAGE all over the place in preparation for the staging support (cat: news) 2013-09-20 22:31:15 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +00:00
Andrej Zverev
a74217e6d9 - Convert to new perl framework
- Trim Makefile header
2013-07-31 11:56:17 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Steve Wills
1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +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
Cheng-Lung Sung
106d901b95 - Update to 1.04
PR:		ports/136556
Submitted by:	pgollucci
2009-07-21 08:56:27 +00:00
Cheng-Lung Sung
b15a561deb - Update to 1.02
Changes:	http://search.cpan.org/dist/POE-Component-Server-NNTP/Changes
2008-09-26 07:04:44 +00:00
Martin Wilke
0c090e0d0a - Update to 1.00 2008-05-17 21:04:07 +00:00
Martin Wilke
c3a5e18727 - Update to 0.99
- Reset maintainership

PR:		118175
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
2007-12-14 23:15:19 +00:00
Cheng-Lung Sung
57ccf4d1dd - Update to 0.98
PR:		ports/115496
Submitted by:	clsung
Approved by:	maintainer (Jin-Shan Tseng)
2007-08-15 02:22:07 +00:00
Rong-En Fan
d90c208501 Add p5-POE-Component-Server-NNTP 0.97, a component that provides NNTP
server functionality.

PR:		ports/109459
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2007-02-24 09:06:35 +00:00