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