freebsd-ports/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile
Dmitry Marakasov a192722d73 - Add LICENSE
- Simplify Makefile by switching to pkg-plist

Approved by:	portmgr blanket
2019-03-17 09:01:01 +00:00

29 lines
657 B
Makefile

# Created by: Vivek Khera <vivek@khera.org>
# $FreeBSD$
PORTNAME= Business-MaxMind-CreditCardFraudDetection
PORTVERSION= 1.57
PORTREVISION= 1
CATEGORIES= finance perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MAXMIND
PKGNAMEPREFIX= p5-
DISTNAME= Business-MaxMind-${PORTVERSION}
MAINTAINER= vivek@khera.org
COMMENT= Interface to MaxMind minFraud service
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= p5-libwww>0.0:www/p5-libwww \
p5-LWP-Protocol-https>0.0:www/p5-LWP-Protocol-https
BUILD_DEPENDS= p5-libwww>0.0:www/p5-libwww
USES= perl5 shebangfix
SHEBANG_FILES= example*.pl
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>