head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.54;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.03.13.16.15.34;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2012.03.08.18.45.36;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2011.11.09.09.11.13;	author jadawin;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.04.09.48.07;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.05.20.21.34;	author culot;	state Exp;
branches;
next	1.3;

1.3
date	2010.08.08.10.02.12;	author lwhsu;	state Exp;
branches;
next	1.2;

1.2
date	2010.06.09.08.42.22;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2010.03.02.05.35.48;	author wen;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-Contact
# Date created:				2010/02/22
# Whom:					Fred Cox
#
# $FreeBSD: head/www/p5-WWW-Contact/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.8
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d52 7
a58 1
.include <bsd.port.mk>
@


1.6
log
@- Update to 0.47
- Changelog: http://cpansearch.perl.org/src/FAYLAND/WWW-Contact-0.47/Changes

PR:		ports/162285
Submitted by:	jadawin@@ (myself)
Approved by:	Fred Cox <sailorfred _AT_ yahoo.com> (maintainer)
@
text
@d52 1
a52 7
.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>
@


1.5
log
@- Update to 0.46

Changes:	http://search.cpan.org/dist/WWW-Contact/Changes
PR:		ports/160453
Submitted by:	sunpoet (myself)
Approved by:	Fred Cox <sailorfred@@yahoo.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.46
@


1.4
log
@- 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)
@
text
@d9 1
a9 1
PORTVERSION=	0.43
d18 2
a19 11
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
d21 12
a32 2
LICENSE_COMB=	dual
LICENSE=	ART20 GPLv1
a34 1
USE_PERL5=	yes
d36 21
a56 15
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
d58 1
a58 1
.include <bsd.port.mk>
@


1.3
log
@- Update to 0.41

PR:		ports/149365
Submitted by:	Frederic Culot <frederic AT culot.org>
Approved by:	Fred Cox <sailorfred AT yahoo.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.41
d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/F/FA/FAYLAND/
d26 6
a31 1
		${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose
@


1.2
log
@- Update to 147708

PR:		147708
Submitted by:	Fred Cox <sailorfred@@yahoo.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.38
@


1.1
log
@Perl5 contact importer for use with all the major email systems, such as
Yahoo!, Gmail, Hotmail, etc.

WWW:    http://search.cpan.org/dist/WWW-Contact/

PR:		ports/144404
Submitted by:	Fred Cox <sailorfred@@yahoo.com>
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.37
@

