1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile

27 lines
752 B
Makefile
Raw Normal View History

# 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
CATEGORIES= finance perl5
MASTER_SITES= CPAN
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
BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \
${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Business::OnlinePayment::PaymentsGateway.3
.include <bsd.port.mk>