2013-02-07 22:14:07 +01:00
|
|
|
# Created by: Alfred Perlstein
|
2005-05-12 19:48:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Business-PayPal-EWP
|
2013-02-07 22:14:07 +01:00
|
|
|
PORTVERSION= 1.03
|
2005-05-12 19:48:44 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-03-20 02:08:31 +01:00
|
|
|
MASTER_SITES= CPAN
|
2005-05-12 19:48:44 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-09-28 16:27:08 +02:00
|
|
|
MAINTAINER= lippe@FreeBSD.org
|
2008-03-20 02:08:31 +01:00
|
|
|
COMMENT= Perl extension for PayPal Encrypted Website Payments
|
|
|
|
|
|
|
|
RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
|
2008-09-28 16:27:08 +02:00
|
|
|
BUILD_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
|
2005-05-12 19:48:44 +02:00
|
|
|
|
2014-05-26 11:24:47 +02:00
|
|
|
USES= dos2unix perl5
|
2013-09-11 21:02:50 +02:00
|
|
|
USE_PERL5= configure
|
2005-05-12 19:48:44 +02:00
|
|
|
USE_OPENSSL= yes
|
|
|
|
CONFIGURE_ARGS= ${OPENSSLBASE}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|