aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WWW-Contact/Makefile
blob: 1185a492d6ce903c4701b654b197a914a2f22220 (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
51
52
53
54
55
56
57
58
# New ports collection makefile for:    p5-WWW-Contact
# Date created:             2010/02/22
# Whom:                 Fred Cox
#
# $FreeBSD$
#

PORTNAME=   WWW-Contact
PORTVERSION=    0.47
CATEGORIES= www perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:FAYLAND
PKGNAMEPREFIX=  p5-

MAINTAINER= sailorfred@yahoo.com
COMMENT=    Contact importer for all the major email systems

LICENSE=    ART20 GPLv1
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
        p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
        p5-HTML-TokeParser-Simple>=0:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \
        p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
        p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
        p5-Moose>=0.77:${PORTSDIR}/devel/p5-Moose \
        p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
        p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub \
        p5-Text-vCard>=0:${PORTSDIR}/textproc/p5-Text-vCard \
        p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
        p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       WWW::Contact.3 \
        WWW::Contact::AOL.3 \
        WWW::Contact::BG::Abv.3 \
        WWW::Contact::BG::Mail.3 \
        WWW::Contact::Base.3 \
        WWW::Contact::CN::163.3 \
        WWW::Contact::Gmail.3 \
        WWW::Contact::GoogleContactsAPI.3 \
        WWW::Contact::Hotmail.3 \
        WWW::Contact::Indiatimes.3 \
        WWW::Contact::Lycos.3 \
        WWW::Contact::Mail.3 \
        WWW::Contact::Plaxo.3 \
        WWW::Contact::Rediffmail.3 \
        WWW::Contact::Yahoo.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+=  p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple
.endif

.include <bsd.port.post.mk>