Business::PayPal::IPN - Perl extension that implements PayPal IPN
WWW: http://search.cpan.org/dist/Business-PayPal-IPN/ PR: ports/116216 Submitted by: TAKAHASHI Kaoru <kaoru at kaisei.org>
This commit is contained in:
parent
c5db533809
commit
58b87661cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199445
5 changed files with 41 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
SUBDIR += p5-Business-OnlinePayment-VirtualNet
|
||||
SUBDIR += p5-Business-OnlinePayment-eSec
|
||||
SUBDIR += p5-Business-OnlinePayment-iAuthorizer
|
||||
SUBDIR += p5-Business-PayPal-IPN
|
||||
SUBDIR += p5-Business-WorldPay-Junior
|
||||
SUBDIR += p5-Finance-Amortization
|
||||
SUBDIR += p5-Finance-Currency-Convert
|
||||
|
|
27
finance/p5-Business-PayPal-IPN/Makefile
Normal file
27
finance/p5-Business-PayPal-IPN/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: p5-Business-PayPal-IPN
|
||||
# Date created: 08 September 2008
|
||||
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Business-PayPal-IPN
|
||||
PORTVERSION= 1.94
|
||||
CATEGORIES= finance perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Business
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= coryking@mozimedia.com
|
||||
COMMENT= Perl extension that implements PayPal IPN v1.5
|
||||
|
||||
BUILD_DEPENDS= p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Business::PayPal::IPN.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
finance/p5-Business-PayPal-IPN/distinfo
Normal file
3
finance/p5-Business-PayPal-IPN/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Business-PayPal-IPN-1.94.tar.gz) = bac35503f4f23195439f9dbe41e64431
|
||||
SHA256 (Business-PayPal-IPN-1.94.tar.gz) = 3d0ee8bcf8e4dc44b87fbd4acff1954ca893f5d1b06fadd8674e47a24dd3d068
|
||||
SIZE (Business-PayPal-IPN-1.94.tar.gz) = 8500
|
3
finance/p5-Business-PayPal-IPN/pkg-descr
Normal file
3
finance/p5-Business-PayPal-IPN/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Business::PayPal::IPN - Perl extension that implements PayPal IPN
|
||||
|
||||
WWW: http://search.cpan.org/dist/Business-PayPal-IPN/
|
7
finance/p5-Business-PayPal-IPN/pkg-plist
Normal file
7
finance/p5-Business-PayPal-IPN/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Business/PayPal/IPN.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/IPN/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/IPN
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business
|
||||
@dirrmtry %%SITE_PERL%%/Business/PayPal
|
||||
@dirrmtry %%SITE_PERL%%/Business
|
Loading…
Reference in a new issue