2013-06-07 09:53:09 +02:00
|
|
|
# Created by: Steven Kreuzer
|
2006-10-06 03:03:46 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Business-PayPal
|
2013-07-09 23:47:52 +02:00
|
|
|
PORTVERSION= 0.11
|
2006-10-06 03:03:46 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-10-06 03:03:46 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-03-28 02:16:37 +01:00
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
2006-10-06 03:03:46 +02:00
|
|
|
COMMENT= Perl extension for automating PayPal transactions
|
|
|
|
|
2010-09-21 18:08:11 +02:00
|
|
|
RUN_DEPENDS= p5-Net-SSLeay>=1.35:${PORTSDIR}/security/p5-Net-SSLeay \
|
2013-07-09 23:47:52 +02:00
|
|
|
p5-CGI.pm>=3.49:${PORTSDIR}/www/p5-CGI.pm \
|
|
|
|
p5-Digest-MD5>=2.52:${PORTSDIR}/security/p5-Digest-MD5
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2006-10-06 03:03:46 +02:00
|
|
|
|
2013-09-02 13:04:10 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-10-06 03:03:46 +02:00
|
|
|
|
2013-06-07 09:53:09 +02:00
|
|
|
.include <bsd.port.mk>
|