2002-10-25 10:49:51 +02:00
|
|
|
# New ports collection makefile for: Business::OnlinePayment::LinkPoint
|
|
|
|
# Date created: 24 October 2002
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Business-OnlinePayment-LinkPoint
|
2008-06-30 22:44:07 +02:00
|
|
|
PORTVERSION= 0.10
|
2003-04-04 03:15:23 +02:00
|
|
|
CATEGORIES= finance perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-10-25 10:49:51 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-01-29 18:41:17 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A Business::OnlinePayment backend module for LinkPoint
|
2002-10-25 10:49:51 +02:00
|
|
|
|
2012-06-04 07:15:46 +02:00
|
|
|
BUILD_DEPENDS= p5-Business-CreditCard>=0:${PORTSDIR}/finance/p5-Business-CreditCard \
|
|
|
|
p5-Business-OnlinePayment>=0:${PORTSDIR}/finance/p5-Business-OnlinePayment
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2002-10-25 10:49:51 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Business::OnlinePayment::LinkPoint.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|