mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
9ec58fca21
Approved by: portmgr (blanket infrastructure)
23 lines
508 B
Makefile
23 lines
508 B
Makefile
# 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= perl5
|
|
USE_PERL5= configure
|
|
USE_OPENSSL= yes
|
|
CONFIGURE_ARGS= ${OPENSSLBASE}
|
|
USE_DOS2UNIX= yes
|
|
|
|
.include <bsd.port.mk>
|