1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile
Xin LI 20e79e8c3b New port: p5-Bussiness-MaxMind-CreditCardFraudDetection.
This module queries the MaxMind minFraud service and returns the
result.

PR:		ports/119544
Submitted by:	Vivek Khera
2008-01-23 01:50:29 +00:00

52 lines
1.7 KiB
Makefile

# New ports collection makefile for: p5-Business-MaxMind-CreditCardFraudDetection
# Date created: Thu Jan 10 16:13:05 EST 2008
# Whom: Vivek Khera <vivek@khera.org>
#
# $FreeBSD$
#
PORTNAME= Business-MaxMind-CreditCardFraudDetection
PORTVERSION= 1.46
CATEGORIES= finance perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/T/TJ/TJMATHER
PKGNAMEPREFIX= p5-
DISTNAME= ccfd_perl_1.46
MAINTAINER= vivek@khera.org
COMMENT= Interface to MaxMind minFraud service
RUN_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww \
p5-Crypt-SSLeay>0.0:${PORTSDIR}/security/p5-Crypt-SSLeay
BUILD_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= Business::MaxMind::CreditCardFraudDetection.3 \
Business::MaxMind::HTTPBase.3 \
Business::MaxMind::LocationVerification.3 \
Business::MaxMind::TelephoneVerification.3 \
PLIST_FILES= \
%%SITE_PERL%%/Business/MaxMind/CreditCardFraudDetection.pm \
%%SITE_PERL%%/Business/MaxMind/HTTPBase.pm \
%%SITE_PERL%%/Business/MaxMind/LocationVerification.pm \
%%SITE_PERL%%/Business/MaxMind/TelephoneVerification.pm \
%%SITE_PERL%%/Business/MaxMind/example.pl \
%%SITE_PERL%%/Business/MaxMind/example_locv.pl \
%%SITE_PERL%%/Business/MaxMind/example_telv.pl \
%%SITE_PERL%%/auto/Business/MaxMind/HTTPBase/autosplit.ix \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/HTTPBase/.packlist
PLIST_DIRS= \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/HTTPBase \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business \
%%SITE_PERL%%/auto/Business/MaxMind/HTTPBase \
%%SITE_PERL%%/auto/Business/MaxMind \
%%SITE_PERL%%/auto/Business \
%%SITE_PERL%%/Business/MaxMind \
%%SITE_PERL%%/Business \
.include <bsd.port.mk>