aboutsummaryrefslogtreecommitdiffstats
path: root/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile
blob: af8e532dd54b8b4e3f0413256eb5b4a4dd0c7ec6 (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
# Created by: Vivek Khera <vivek@khera.org>
# $FreeBSD$

PORTNAME=   Business-MaxMind-CreditCardFraudDetection
PORTVERSION=    1.56
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

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

USES=       perl5
USE_PERL5=  configure

PLIST_FILES=    \
    %%SITE_PERL%%/Business/MaxMind.pm \
    %%SITE_PERL%%/Business/MaxMind/CreditCardFraudDetection.pm \
    %%SITE_PERL%%/Business/MaxMind/HTTPBase.pm \
    %%SITE_PERL%%/Business/MaxMind/TelephoneVerification.pm \
    %%SITE_PERL%%/Business/example.pl \
    %%SITE_PERL%%/Business/example_telv.pl \
    %%PERL5_MAN3%%/Business::MaxMind.3.gz \
    %%PERL5_MAN3%%/Business::MaxMind::CreditCardFraudDetection.3.gz \
    %%PERL5_MAN3%%/Business::MaxMind::HTTPBase.3.gz \
    %%PERL5_MAN3%%/Business::MaxMind::TelephoneVerification.3.gz

.include <bsd.port.mk>