blob: 158e6b75207043a928ff7e466c7dfc7d986e7fe1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Alfred Perlstein
# $FreeBSD$
PORTNAME= Business-PayPal-EWP
PORTVERSION= 1.03
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Perl extension for PayPal Encrypted Website Payments
RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
BUILD_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
USES= dos2unix perl5
USE_PERL5= configure
USE_OPENSSL= yes
CONFIGURE_ARGS= ${OPENSSLBASE}
.include <bsd.port.mk>
|