freebsd-ports/www/p5-WWW-Contact/Makefile
Frederic Culot 9df75cb79a - Update to 0.43 [1]
- Add missing dependencies
- Make use of the CPAN:USER macro
- Add LICENSE

Changes:	http://search.cpan.org/dist/WWW-Contact/Changes
PR:		ports/157436 [1]
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
Approved by:	Fred Cox <sailorfred@yahoo.com> (maintainer)
2011-06-05 20:21:34 +00:00

52 lines
1.6 KiB
Makefile

# New ports collection makefile for: p5-WWW-Contact
# Date created: 2010/02/22
# Whom: Fred Cox
#
# $FreeBSD$
#
PORTNAME= WWW-Contact
PORTVERSION= 0.43
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
RUN_DEPENDS= ${SITE_PERL}/HTML/TokeParser/Simple.pm:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \
${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \
${SITE_PERL}/${PERL_ARCH}/JSON/XS.pm:${PORTSDIR}/converters/p5-JSON-XS \
${SITE_PERL}/Text/vCard/Addressbook.pm:${PORTSDIR}/textproc/p5-Text-vCard \
${SITE_PERL}/WWW/Mechanize/GZip.pm:${PORTSDIR}/www/p5-WWW-Mechanize-GZip \
${SITE_PERL}/Net/Google/AuthSub.pm:${PORTSDIR}/net/p5-Net-Google-AuthSub \
${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose \
${SITE_PERL}/${PERL_ARCH}/Net/DNS/Resolver.pm:${PORTSDIR}/dns/p5-Net-DNS
LICENSE_COMB= dual
LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
USE_PERL5= yes
MAN3= WWW::Contact.3 \
WWW::Contact::Base.3 \
WWW::Contact::Plaxo.3\
WWW::Contact::Rediffmail.3 \
WWW::Contact::CN::163.3 \
WWW::Contact::GoogleContactsAPI.3 \
WWW::Contact::Lycos.3 \
WWW::Contact::Yahoo.3 \
WWW::Contact::Indiatimes.3 \
WWW::Contact::BG::Abv.3 \
WWW::Contact::BG::Mail.3 \
WWW::Contact::Mail.3 \
WWW::Contact::Hotmail.3 \
WWW::Contact::AOL.3 \
WWW::Contact::Gmail.3
.include <bsd.port.mk>