aboutsummaryrefslogtreecommitdiff
path: root/finance/p5-Business-OnlinePayment/Makefile
blob: 3a9d57db7b620cdf92b614b322f9b4ac0adfd3fb (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
25
26
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>

PORTNAME=	Business-OnlinePayment
PORTVERSION=	3.05
CATEGORIES=	finance perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:IVAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Generic interface for processing online credit card payments

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Net-HTTPS-Any>=0:net/p5-Net-HTTPS-Any \
		p5-Tie-IxHash>=0:devel/p5-Tie-IxHash

PORTSCOUT=	limit:^[0-9\.]*$$

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>