2013-03-29 00:44:53 +00:00
|
|
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
2003-01-02 11:17:04 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Business-OnlinePayment-PaymentsGateway
|
2007-04-15 15:48:59 +00:00
|
|
|
PORTVERSION= 0.02
|
2014-11-26 13:08:24 +00:00
|
|
|
PORTREVISION= 2
|
2003-04-04 01:15:23 +00:00
|
|
|
CATEGORIES= finance perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2003-01-02 11:17:04 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-01-29 17:41:17 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 00:44:53 +00:00
|
|
|
COMMENT= Business::OnlinePayment backend module for PaymentsGateway.net ACH Direct
|
2003-01-02 11:17:04 +00:00
|
|
|
|
2012-06-04 05:15:46 +00:00
|
|
|
BUILD_DEPENDS= p5-Business-CreditCard>=0:${PORTSDIR}/finance/p5-Business-CreditCard \
|
|
|
|
p5-Business-OnlinePayment>=0:${PORTSDIR}/finance/p5-Business-OnlinePayment
|
2012-01-21 17:40:15 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-01-02 11:17:04 +00:00
|
|
|
|
2013-08-02 18:52:07 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-01-02 11:17:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|