Commit graph

27 commits

Author SHA1 Message Date
Mathieu Arnold
f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +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
99a4f62f93 Cleanup plist 2014-10-20 09:37:00 +00:00
Andrej Zverev
d49a8f39af - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:00:41 +00:00
Baptiste Daroussin
98ea2e3aed Fix pkgname conflicts 2014-01-04 00:51:17 +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
38499cc4f9 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 07:12:35 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Andrej Zverev
40a693e37d - Remove SITE_PERL from *_DEPENDS
PR:	ports/168626
Approved by: maintainer (kuriyama@ via email)
2012-06-03 10:48:36 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00
Jun Kuriyama
77660a920b - Use CPAN macro.
- Add NO_LATEST_LINK.
- Move variables to make portlint happier.
2008-03-26 01:46:00 +00:00
Jun Kuriyama
8f1b2d8aa5 - Repository copy from p5-JSON to p5-JSON1.
- Mark p5-JSON1 as conflicting with p5-JSON-2.x.
- Upgrade p5-JSON to 2.07 and mark as conflicting with p5-JSON-1.x.
- Use CPAN macro, add Test-Simple dependency and improve pkg-plist.

PR:	  	ports/120596
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
2008-03-25 02:41:12 +00:00
Jun Kuriyama
14a30d1a3f - Upgrade to 1.15 (1.x final version).
- Use BUILD_DEPENDS= ${RUN_DEPENDS} to prevent from unnecessary
  dependency into RUN_DEPENDS.
- Use @dirrmtry, because other module can use JSON::*.

PR:		ports/120762
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2008-02-25 22:36:45 +00:00
Renato Botelho
4cc65c7146 - Update to 1.14
PR:		ports/113892
Submitted by:	Yen-Ming@utopia.leeym.com, Lee@utopia.leeym.com
Approved by:	maintainer timeout (over 3 months)
2007-10-11 18:54:36 +00:00
Jun Kuriyama
c0e57680eb - Upgrade to 1.10.
- Remove perl 5.005 check.

PR:		ports/111837
2007-04-21 10:16:51 +00:00
Aaron Dalton
1e6e3ae94b - Update to 1.07
PR:		ports/99058
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-01 16:10:05 +00:00
Jun Kuriyama
feb173d71e - Upgrade to 1.05. 2006-05-06 11:31:57 +00:00
Jun Kuriyama
75ba49e9a0 - Upgrade to 1.03. 2006-01-30 14:23:43 +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
Jun Kuriyama
5fbdb9f5d7 - Upgrade to 1.02.
- Add SHA256.

Changes:	http://search.cpan.org/src/MAKAMAKA/JSON-1.02/Changes
2005-11-24 07:35:30 +00:00
Jun Kuriyama
cb12f73915 - Upgrade to 1.00.
- Fix dependencies.

PR:		ports/87676
Submitted by:	tobez
2005-10-29 15:56:06 +00:00
Jun Kuriyama
48c80046e9 Add p5- $PKGNAMEPREFIX.
Bump PORTREVISION to forget this silly mistake...
2005-09-01 09:13:53 +00:00
Jun Kuriyama
a0facdf427 Fix incorrect plist (only broken on 4.x).
Reported by:	pointyhat via kris
2005-09-01 09:10:00 +00:00
Jun Kuriyama
ef2c40b4b1 Add p5-JSON 0.99, perl extension to convert to JSON (JavaScript Object
Notation).
2005-08-28 07:05:49 +00:00