Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= WWW-Contact |
8 |
PORTNAME= WWW-Contact |
9 |
PORTVERSION= 0.43 |
9 |
PORTVERSION= 0.46 |
10 |
CATEGORIES= www perl5 |
10 |
CATEGORIES= www perl5 |
11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
12 |
MASTER_SITE_SUBDIR= CPAN:FAYLAND |
12 |
MASTER_SITE_SUBDIR= CPAN:FAYLAND |
Lines 15-52
Link Here
|
15 |
MAINTAINER= sailorfred@yahoo.com |
15 |
MAINTAINER= sailorfred@yahoo.com |
16 |
COMMENT= Contact importer for all the major email systems |
16 |
COMMENT= Contact importer for all the major email systems |
17 |
|
17 |
|
18 |
RUN_DEPENDS= ${SITE_PERL}/HTML/TokeParser/Simple.pm:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ |
|
|
19 |
${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ |
20 |
${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ |
21 |
${SITE_PERL}/${PERL_ARCH}/JSON/XS.pm:${PORTSDIR}/converters/p5-JSON-XS \ |
22 |
${SITE_PERL}/Text/vCard/Addressbook.pm:${PORTSDIR}/textproc/p5-Text-vCard \ |
23 |
${SITE_PERL}/WWW/Mechanize/GZip.pm:${PORTSDIR}/www/p5-WWW-Mechanize-GZip \ |
24 |
${SITE_PERL}/Net/Google/AuthSub.pm:${PORTSDIR}/net/p5-Net-Google-AuthSub \ |
25 |
${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ |
26 |
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ |
27 |
${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose \ |
28 |
${SITE_PERL}/${PERL_ARCH}/Net/DNS/Resolver.pm:${PORTSDIR}/dns/p5-Net-DNS |
29 |
|
30 |
LICENSE_COMB= dual |
31 |
LICENSE= ART20 GPLv1 |
18 |
LICENSE= ART20 GPLv1 |
|
|
19 |
LICENSE_COMB= dual |
20 |
|
21 |
BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ |
22 |
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ |
23 |
p5-HTML-TokeParser-Simple>=0:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ |
24 |
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ |
25 |
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ |
26 |
p5-Moose>=0.77:${PORTSDIR}/devel/p5-Moose \ |
27 |
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ |
28 |
p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub \ |
29 |
p5-Text-vCard>=0:${PORTSDIR}/textproc/p5-Text-vCard \ |
30 |
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ |
31 |
p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip |
32 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
32 |
|
33 |
|
33 |
PERL_CONFIGURE= yes |
34 |
PERL_CONFIGURE= yes |
34 |
USE_PERL5= yes |
|
|
35 |
|
35 |
|
36 |
MAN3= WWW::Contact.3 \ |
36 |
MAN3= WWW::Contact.3 \ |
37 |
WWW::Contact::Base.3 \ |
37 |
WWW::Contact::AOL.3 \ |
38 |
WWW::Contact::Plaxo.3\ |
38 |
WWW::Contact::BG::Abv.3 \ |
39 |
WWW::Contact::Rediffmail.3 \ |
39 |
WWW::Contact::BG::Mail.3 \ |
40 |
WWW::Contact::CN::163.3 \ |
40 |
WWW::Contact::Base.3 \ |
41 |
WWW::Contact::GoogleContactsAPI.3 \ |
41 |
WWW::Contact::CN::163.3 \ |
42 |
WWW::Contact::Lycos.3 \ |
42 |
WWW::Contact::Gmail.3 \ |
43 |
WWW::Contact::Yahoo.3 \ |
43 |
WWW::Contact::GoogleContactsAPI.3 \ |
44 |
WWW::Contact::Indiatimes.3 \ |
44 |
WWW::Contact::Hotmail.3 \ |
45 |
WWW::Contact::BG::Abv.3 \ |
45 |
WWW::Contact::Indiatimes.3 \ |
46 |
WWW::Contact::BG::Mail.3 \ |
46 |
WWW::Contact::Lycos.3 \ |
47 |
WWW::Contact::Mail.3 \ |
47 |
WWW::Contact::Mail.3 \ |
48 |
WWW::Contact::Hotmail.3 \ |
48 |
WWW::Contact::Plaxo.3 \ |
49 |
WWW::Contact::AOL.3 \ |
49 |
WWW::Contact::Rediffmail.3 \ |
50 |
WWW::Contact::Gmail.3 |
50 |
WWW::Contact::Yahoo.3 |
|
|
51 |
|
52 |
.include <bsd.port.pre.mk> |
53 |
|
54 |
.if ${PERL_LEVEL} < 501001 |
55 |
TEST_DEPENDS+= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple |
56 |
.endif |
51 |
|
57 |
|
52 |
.include <bsd.port.mk> |
58 |
.include <bsd.port.post.mk> |