freebsd-ports/security/p5-Business-PayPal-EWP/Makefile
Baptiste Daroussin 912c68df95 Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 09:24:47 +00:00

21 lines
499 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= dos2unix perl5
USE_PERL5= configure
USE_OPENSSL= yes
CONFIGURE_ARGS= ${OPENSSLBASE}
.include <bsd.port.mk>