Update finance/R-cran-urca to version 1.2.8_3
[dports.git] / finance / p5-Business-OnlinePayment-LinkPoint / Makefile
1 # Created by: Maxim Sobolev <sobomax@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Business-OnlinePayment-LinkPoint
5 PORTVERSION=    0.10
6 CATEGORIES=     finance perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Business::OnlinePayment backend module for LinkPoint
12
13 BUILD_DEPENDS=  p5-Business-CreditCard>=0:${PORTSDIR}/finance/p5-Business-CreditCard \
14                 p5-Business-OnlinePayment>=0:${PORTSDIR}/finance/p5-Business-OnlinePayment
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>