aboutsummaryrefslogtreecommitdiff
path: root/finance/p5-PayflowPro/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Upgrade to 4706.Vanilla I. Shu2016-01-191-2/+2
| | | | | | | | PR: 206387 Submitted by: maintainer Notes: svn path=/head/; revision=406636
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Support staging and don't install into ${LOCALBASE}Emanuel Haupt2014-02-061-4/+3
| | | | Notes: svn path=/head/; revision=342994
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | finance) Notes: svn path=/head/; revision=327727
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325960
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-09-081-1/+1
| | | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat Notes: svn path=/head/; revision=281438
* - Update to 3101Philippe Audeoud2011-04-061-1/+1
| | | | | | | | | | | - 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> Notes: svn path=/head/; revision=272293
* - Update to 2111Dmitry Marakasov2009-07-091-2/+1
| | | | | | | | PR: 136626 Submitted by: Vick Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=237553
* - update finance/p5-PayflowPro to latest version to account for change inCheng-Lung Sung2008-04-181-1/+1
| | | | | | | | | | URL used by Payflow service. PR: ports/122829 Submitted by: maintainer (Vivek Khera) Notes: svn path=/head/; revision=211487
* Interface to HTTP gateway for PayPal's Payflow Pro service, as described onMartin Wilke2007-10-281-0/+33
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> Notes: svn path=/head/; revision=202214