f0339897f3
Business::OnlinePayment backend module for PayflowPro. PR: ports/98883 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Reviewed by: aaron Approved by: tobez (implicit)
27 lines
744 B
Makefile
27 lines
744 B
Makefile
# New ports collection makefile for: Business::OnlinePayment::PayflowPro
|
|
# Date created: 13 June 2006
|
|
# Whom: Alexandr Kovalenko <never@nevermind.kiev.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Business-OnlinePayment-PayflowPro
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= finance perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Business
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= never@nevermind.kiev.ua
|
|
COMMENT= A Business::OnlinePayment backend module for PayflowPro
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment \
|
|
${SITE_PERL}/mach/PFProAPI.pm:${PORTSDIR}/finance/p5-PFProAPI
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Business::OnlinePayment::PayflowPro.3
|
|
|
|
.include <bsd.port.mk>
|