Update security/lynis to version 2.5.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 PORTREVISION=   1
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     culot@FreeBSD.org
12 COMMENT=        Perl extension for PayPal Encrypted Website Payments
13
14 RUN_DEPENDS=    p5-Net-SSLeay>=0:security/p5-Net-SSLeay
15 BUILD_DEPENDS=  p5-Net-SSLeay>=0:security/p5-Net-SSLeay
16
17 USES=           dos2unix perl5 ssl
18 USE_PERL5=      configure
19 CONFIGURE_ARGS= ${OPENSSLBASE}
20
21 .include <bsd.port.mk>