Tweak textproc/fixrtf version 0.1.20060303_3
[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=     lippe@FreeBSD.org
12 COMMENT=        Perl extension for PayPal Encrypted Website Payments
13
14 RUN_DEPENDS=    p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
15 BUILD_DEPENDS=  p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
16
17 USES=           dos2unix perl5
18 USE_PERL5=      configure
19 USE_OPENSSL=    yes
20 CONFIGURE_ARGS= ${OPENSSLBASE}
21
22 .include <bsd.port.mk>