1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile
Dmitry Marakasov f6245b31cc - Add LICENSE
- Add NO_ARCH
- Add WWW

Approved by:	portmgr blanket
2019-04-09 09:01:13 +00:00

25 lines
553 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= Business-OnlinePayment-MerchantCommerce
PORTVERSION= 0.01
PORTREVISION= 2
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Business::OnlinePayment backend module for MerchantCommerce authorization service
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Business-OnlinePayment>=0:finance/p5-Business-OnlinePayment
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>