2003-01-02 11:17:04 +00:00
|
|
|
# New ports collection makefile for: Business::OnlinePayment::PaymentsGateway
|
|
|
|
# Date created: 27 December 2002
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Business-OnlinePayment-PaymentsGateway
|
2007-04-15 15:48:59 +00:00
|
|
|
PORTVERSION= 0.02
|
2007-04-21 10:48:38 +00:00
|
|
|
PORTREVISION= 1
|
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-
|
|
|
|
|
2003-06-12 16:41:16 +00:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= A Business::OnlinePayment backend module for PaymentsGateway.net ACH Direct
|
2003-01-02 11:17:04 +00:00
|
|
|
|
2003-04-04 01:15:23 +00:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \
|
|
|
|
${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment
|
2003-01-02 11:17:04 +00:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Business::OnlinePayment::PaymentsGateway.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|