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