freebsd-ports/security/p5-Business-PayPal-EWP/Makefile
Bernard Spil 20343d884d security/p5-Business-PayPal-EWP: Fix build with LibreSSL
PR:		199176
Approved by:	Maintainer time-out
2016-07-03 09:55:19 +00:00

21 lines
478 B
Makefile

# Created by: Alfred Perlstein
# $FreeBSD$
PORTNAME= Business-PayPal-EWP
PORTVERSION= 1.03
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Perl extension for PayPal Encrypted Website Payments
RUN_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay
BUILD_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay
USES= dos2unix perl5 ssl
USE_PERL5= configure
CONFIGURE_ARGS= ${OPENSSLBASE}
.include <bsd.port.mk>