freebsd-ports/finance/p5-Business-OnlinePayment/Makefile
Sunpoet Po-Chuan Hsieh d9ccb36555 - Update to 3.03
- Fix *_DEPENDS: Crypt::SSLeay, Net::SSLeay and URI were replaced by Net::HTTPS::Any since 3.01

Changes:	http://search.cpan.org/dist/Business-OnlinePayment/Changes
2015-01-12 18:35:42 +00:00

26 lines
591 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= Business-OnlinePayment
PORTVERSION= 3.03
CATEGORIES= finance perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:IVAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generic interface for processing online credit card payments
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Net-HTTPS-Any>=0:${PORTSDIR}/net/p5-Net-HTTPS-Any \
p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
RUN_DEPENDS:= ${BUILD_DEPENDS}
PORTSCOUT= limit:^[0-9\.]*$$
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>