summaryrefslogtreecommitdiff
path: root/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile
blob: ec5d3abe01f1f0808ed8e7c6a802fc2bacb55efd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# 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.48
CATEGORIES=	finance perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../by-authors/id/B/BO/BORISZ
PKGNAMEPREFIX=	p5-
DISTNAME=	Business-MaxMind-${PORTVERSION}

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/example.pl \
	%%SITE_PERL%%/Business/example_locv.pl \
	%%SITE_PERL%%/Business/example_telv.pl \
	%%SITE_PERL%%/auto/Business/MaxMind/HTTPBase/autosplit.ix \
	%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/.packlist

PLIST_DIRS=	\
	%%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>