freebsd-ports/security/p5-Business-PayPal-EWP/Makefile
Andrej Zverev b69c9c2bff - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 19:02:50 +00:00

24 lines
539 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
MAN3= Business::PayPal::EWP.3
.include <bsd.port.mk>