Commit graph

17 commits

Author SHA1 Message Date
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
2015-03-12 23:00:02 +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
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Sunpoet Po-Chuan Hsieh
884cf6c0ac - Update to 0.2006
- Pet portlint

Changes:	http://search.cpan.org/dist/DBIx-Class-UUIDColumns/Changes
2011-12-26 10:05:48 +00:00
Sunpoet Po-Chuan Hsieh
6fb6597c89 - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat:	perl
2011-09-17 06:49:29 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Mark Linimon
a982e2cbd7 Reset hideo@lastamericanempire.com due to maintainer-timeouts and no
response to email.

Hat:		portmgr
2010-12-02 00:04:47 +00:00
Martin Wilke
2e9a454937 - Update to 0.02005
PR:		125146
Submitted by:	hido (Maintainer)
2008-07-11 13:57:49 +00:00
Martin Wilke
391f20f01c - Update to 0.02004
PR:		123012
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-04-26 14:52:53 +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
Rong-En Fan
452ffe9984 - Update to 0.02003
PR:		ports/121496
Submitted by:	hideo <hideo at lastamericanempire.com> (maintainer)
2008-03-10 12:58:56 +00:00
Marcelo Araujo
9eaa429b89 - Update to 0.02002.
PR:		ports/116754
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
Approved by:	stas (mentor, implicit)
2007-12-13 10:12:11 +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
Cheng-Lung Sung
2a3e3ee8fc This DBIx::Class component resembles the behaviour of Class::DBI::UUID,
implicitly creating columns as uuid.

WWW: http://search.cpan.org/dist/DBIx-Class-UUIDColumns/

PR:		ports/115175
Submitted by:	Zach Thompson <hideo at lastamericanempire.com>
2007-08-14 01:45:30 +00:00