2008-08-31 15:15:59 +02:00
|
|
|
# New ports collection makefile for: p5-Business-OnlinePayment-PaymenTech
|
|
|
|
# Date created: 2008/08/31
|
|
|
|
# Whom: chinsan
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Business-OnlinePayment-PaymenTech
|
2010-11-01 09:25:33 +01:00
|
|
|
PORTVERSION= 2.04
|
2008-08-31 15:15:59 +02:00
|
|
|
CATEGORIES= finance perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-08-31 15:15:59 +02:00
|
|
|
COMMENT= PaymenTech backend for Business::OnlinePayment
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment \
|
|
|
|
p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Business::OnlinePayment::PaymenTech.3
|
|
|
|
|
2009-06-16 04:25:30 +02:00
|
|
|
post-extract:
|
|
|
|
@${PERL} -i.bak -ne 'print unless /^(test_requires|auto_install|recommends|configure_requires)/' ${WRKSRC}/Makefile.PL
|
|
|
|
|
2008-08-31 15:15:59 +02:00
|
|
|
.include <bsd.port.mk>
|