Commit graph

13 commits

Author SHA1 Message Date
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Li-Wen Hsu
9ff641729e - Update maintainer's email address
Submitted by:	maintainer (via facebook chat)
2016-03-02 05:41:03 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Sunpoet Po-Chuan Hsieh
79fbced36d - Add LICENSE [1]
- Add BUILD_DEPENDS
- While I'm here, move *_DEPENDS upward

Approved by:	portmgr (implicit) [1]
With hat:	perl
2015-01-01 16:26:16 +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
530a33f611 Cleanup plist 2014-10-27 12:13:22 +00:00
Emanuel Haupt
c681ee709c Support staging. 2014-02-06 09:41:54 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +00:00
Andrej Zverev
72185e5fb2 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 08:56:53 +00:00
Steve Wills
6934e52a5f - Update to 0.122310
PR:		ports/170964
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
2012-09-04 15:08:50 +00:00
Sunpoet Po-Chuan Hsieh
6be06238e9 - Update to 0.111300
Changes:	http://search.cpan.org/dist/Net-Amazon-Route53/Changes
PR:		ports/158288
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
2011-06-26 15:18:01 +00:00
Sunpoet Po-Chuan Hsieh
706a29abfe - Mark CONFLICTS between devel/py-boto-devel and dns/p5-Net-Amazon-Route53
- Bump PORTREVISION
2011-05-03 05:01:11 +00:00
Sunpoet Po-Chuan Hsieh
d322d675a6 - Add p5-Net-Amazon-Route53 0.110310
The Net::Amazon::Route53 Perl module allows you to manage DNS
records for your domains via Amazon's Route 53 service.

For more information, visit http://aws.amazon.com/route53/

WWW: http://search.cpan.org/dist/Net-Amazon-Route53/

PR:		ports/156611, ports/156661
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
2011-04-26 18:33:10 +00:00