1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
77c344aff7 Add LICENSE
Approved by:	portmgr (blanket)
2017-05-31 17:29:54 +00:00
Dmitry Marakasov
ac94b2d156 - Add NO_ARCH 2015-07-24 20:03:32 +00:00
Dmitry Marakasov
9eb7a6ad9d - Update to 1.05 2015-06-23 14:30:16 +00:00
Dmitry Marakasov
22820aacf4 - Update to 1.04 2015-01-23 13:10:07 +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
789933d09a - Cleanup plist 2014-09-22 15:01:33 +00:00
Dmitry Marakasov
e2071bf47c - Support staging 2013-10-01 05:53:16 +00:00
Baptiste Daroussin
1e4b97cf2b Add NO_STAGE all over the place in preparation for the staging support (cat: converters) 2013-09-20 16:05:24 +00:00
Andrej Zverev
fb5b0c84fb - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 07:55:33 +00:00
Dmitry Marakasov
daffe00d4a - Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
2013-07-12 15:01:45 +00:00
Dmitry Marakasov
379598ef7b - Trim Makefile header 2013-06-17 15:27:58 +00:00
Dmitry Marakasov
dcd628d752 - Update to 1.03
PR:		165441
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2012-02-25 06:12:05 +00:00
Andrej Zverev
302b9a7c36 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
2011-06-21 06:58:49 +00:00
Dmitry Marakasov
3188ae115e - Update to 1.02 2011-05-07 08:52:10 +00:00
Dmitry Marakasov
b639ad4d70 Encode::Locale - Determine the locale encoding
WWW:	http://search.cpan.org/dist/Encode-Locale/
2011-03-11 23:53:51 +00:00