30 lines
834 B
Makefile
30 lines
834 B
Makefile
# New ports collection makefile for: p5-Business-OnlinePayment-PaymenTech
|
|
# Date created: 2008/08/31
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Business-OnlinePayment-PaymenTech
|
|
PORTVERSION= 2.04
|
|
PORTREVISION= 1
|
|
CATEGORIES= finance perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= PaymenTech backend for Business::OnlinePayment
|
|
|
|
BUILD_DEPENDS= p5-Business-OnlinePayment>=0:${PORTSDIR}/finance/p5-Business-OnlinePayment \
|
|
p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
|
|
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Business::OnlinePayment::PaymenTech.3
|
|
|
|
post-extract:
|
|
@${PERL} -i.bak -ne 'print unless /^(test_requires|auto_install|recommends|configure_requires)/' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|