Commit graph

12 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
Vanilla I. Shu
3f6850affa Upgrade to 4706.
PR:		206387
Submitted by:	maintainer
2016-01-19 06:04:36 +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
Emanuel Haupt
85006face1 Support staging and don't install into ${LOCALBASE} 2014-02-06 09:59:45 +00:00
Baptiste Daroussin
1c7169ab74 Add NO_STAGE all over the place in preparation for the staging support (cat: finance) 2013-09-20 17:18:38 +00:00
Andrej Zverev
46f9eb7bdb - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 09:44:14 +00:00
Andrej Zverev
a015f2e5d0 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
2011-09-08 08:36:43 +00:00
Philippe Audeoud
94a9b327be - Update to 3101
- Update WWW and pkg-descr
- Changelog: http://cpansearch.perl.org/src/VKHERA/PayflowPro-3101/ChangeLog

PR:		ports/156200
Submitted by:	Vivek Khera <vivek _AT_ khera.org>
2011-04-06 08:02:04 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Dmitry Marakasov
940761a560 - Update to 2111
PR:		136626
Submitted by:	Vick Khera <vivek@khera.org> (maintainer)
2009-07-09 20:14:52 +00:00
Cheng-Lung Sung
5f4ae374a9 - update finance/p5-PayflowPro to latest version to account for change in
URL used by Payflow service.

PR:		ports/122829
Submitted by:	maintainer (Vivek Khera)
2008-04-18 02:25:25 +00:00
Martin Wilke
eafb783d61 Interface to HTTP gateway for PayPal's Payflow Pro service, as described on
the PayPal developer forums at
http://www.pdncommunity.com/pdn/board?board.id=payflow

This module is intended to be a drop-in replacement for PFProAPI (a couple of
minor changes to your code are necessary to use this module instead of
PFProAPI).  The major difference is that it is pure Perl, and not architecture
dependent (ie, you can use this on your 64-bit FreeBSD platform.)

WWW: http://labs.mailermailer.com/downloads/

PR:		ports/117460
Submitted by:	Vivek Khera <vivek at khera.org>
2007-10-28 11:47:36 +00:00