Commit graph

21 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
c8de56e73b Add NO_ARCH 2019-05-16 23:57:46 +00:00
Dag-Erling Smørgrav
9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Adam Weinberger
6692493837 Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower.
2016-12-31 19:51:34 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Sunpoet Po-Chuan Hsieh
e54ccc3474 - Update to 0.103004
Changes:	http://search.cpan.org/dist/Pod-Elemental/Changes
2015-01-11 13:29:47 +00:00
Philippe Audeoud
6eb8709e2c - Update to 0.103002 2014-12-05 15:36:05 +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
Frederic Culot
e9fb909b79 - Explicitly list the dependency on Class::Load
Reported by:	az@
2014-07-04 08:59:00 +00:00
Frederic Culot
92546ec66b - Update to 0.103001
Changes:	http://search.cpan.org/dist/Pod-Elemental/Changes
2014-07-04 07:55:28 +00:00
Sunpoet Po-Chuan Hsieh
2c7b8bf0bd - Remove outdated PERL_LEVEL check
With hat:	perl
2014-03-06 18:51:17 +00:00
Frederic Culot
0091b88823 - Update to 0.103000
- Fix typos in COMMENT

Changes:	http://search.cpan.org/dist/Pod-Elemental/Changes
2014-02-05 08:32:09 +00:00
Sunpoet Po-Chuan Hsieh
9773a340e6 - Update to 0.102364
- Sort PLIST

Changes:	http://search.cpan.org/dist/Pod-Elemental/Changes
2013-11-29 17:06:03 +00:00
Sunpoet Po-Chuan Hsieh
88d077669b - Update to 0.102363
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Pod-Elemental/Changes
2013-10-10 14:34:40 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +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
dcd1d1868f - Update to 0.102362
- Add LICENSE
- Use TEST_DEPENDS for test-only dependency
- Add more TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Pod-Elemental/Changes
2012-05-09 09:21:03 +00:00
Sunpoet Po-Chuan Hsieh
768599b59b - Update to 0.102361
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/Pod-Elemental/Changes
2011-09-01 13:12:32 +00:00
Wen Heping
80e4e18960 - Update to 0.102360
- Reset maintainer to perl@
2010-09-06 06:33:24 +00:00
Wen Heping
abffb75bae - Update to 0.101620 2010-06-12 07:41:07 +00:00
Wen Heping
d97f1e3dc4 Pod::Elemental is a system for treating a Pod (plain old documentation)
documents as trees of elements. This model may be familiar from many other
document systems, especially the HTML DOM. Pod::Elemental's document
object model is much less sophisticated than the HTML DOM, but still makes
a lot of document transformations easy.

WWW: http://search.cpan.org/dist/Pod-Elemental/
2010-05-27 08:47:16 +00:00