Commit graph

20 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
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
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
Frederic Culot
6ad79f042d - Update to 0.24
Changes:	http://search.cpan.org/dist/Cache-Memcached-Managed/CHANGELOG
2012-05-25 12:34:01 +00:00
Sunpoet Po-Chuan Hsieh
5794bcc450 - Update to 0.22
- Add LICENSE

Changes:	http://search.cpan.org/dist/Cache-Memcached-Managed/CHANGELOG
2012-04-24 06:10:52 +00:00
Sunpoet Po-Chuan Hsieh
08c3194c1b - Update to 0.21
- Fix *_DEPENDS: Scalar::Util is already in all supported Perl releases

Changes:	http://search.cpan.org/dist/Cache-Memcached-Managed/CHANGELOG
Feature safe:	yes
2012-04-02 20:37:31 +00:00
Steve Wills
e25839dcdc - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Add TEST_DEPENDS
2011-12-14 03:36:35 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Mark Linimon
49728dccba Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:		portmgr
2009-08-16 09:22:05 +00:00
Lars Balker Rasmussen
e7d2704b6d Update to 0.20 2008-06-29 19:02:31 +00:00
Lars Balker Rasmussen
68f390a529 Update to 0.19. 2007-10-08 20:22:29 +00:00
Lars Balker Rasmussen
d2d7ba91aa Update to 0.17 2007-10-03 23:51:38 +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
Lars Balker Rasmussen
1b7a97898b Update to 0.16 2007-02-04 21:42:22 +00:00
Lars Balker Rasmussen
29d5891fc6 Update to 0.15
PR:		99087
Submitted by:	aaron
Approved by:	erwin (mentor, implicit)
2006-06-21 20:51:59 +00:00
Lars Balker Rasmussen
e7dc7669c7 Changing email-address on my 80 ports.
Approved by:	erwin (mental)
2006-05-01 13:52:00 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Erwin Lansing
5a5439658e The Cache::Memcached::Managed module provides an API to values, cached in
one or more memcached servers.  Apart from being very similar to the API
of Cache::Memcached, the Cached::Memcached::Managed API allows for
management of groups of values, for simplified key generation and expiration,
as well as version and namespace management and a few other goodies.

WWW: http://search.cpan.org/dist/Cache-Memcached-Managed/

PR:		ports/91203
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-02 11:18:32 +00:00