aboutsummaryrefslogtreecommitdiff
path: root/finance/p5-Business-PayPal-IPN/Makefile
blob: adebd894e4742528a1d915f8bd7e6b67f247c777 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
# $FreeBSD$

PORTNAME=	Business-PayPal-IPN
PORTVERSION=	1.94
CATEGORIES=	finance perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	coryking@mozimedia.com
COMMENT=	Perl extension that implements PayPal IPN v1.5

BUILD_DEPENDS=	p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \
		p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS=	p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \
		p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww

USES=		perl5
USE_PERL5=	configure

MAN3=		Business::PayPal::IPN.3

NO_STAGE=	yes
.include <bsd.port.mk>