head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2012.05.18.23.20.20;	author bapt;	state dead;
branches;
next	1.7;

1.7
date	2012.03.25.18.10.14;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.21.17.38.16;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.08.13.20.14;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.16.09.55.31;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.30.09;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.09.17.23.32;	author mat;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.04.15.24.13;	author mat;	state Exp;
branches;
next	;


desc
@@


1.8
log
@2012-04-17 devel/p5-POE-Exceptions: included in devel/p5-POE and not needed according to configure message
2012-05-09 net/p5-Net-Services: Removed from CPAN
2012-05-10 net/perldap: BROKEN for more than 6 month
2012-05-09 security/p5-Crypt-Cryptix: Gone from CPAN, project site says project is dead
2012-05-11 www/p5-HTML-Sanitizer: no longer in CPAN
2012-04-25 www/p5-IMDB-Movie: Removed from CPAN
@
text
@# New ports collection makefile for:	p5-IMDB-Movie
# Date created:		2003-11-04
# Whom:			Cheng-Lung Sung <clsung@@dragon2.net>
#
# $FreeBSD: ports/www/p5-IMDB-Movie/Makefile,v 1.7 2012/03/25 18:10:14 swills Exp $
#

PORTNAME=	IMDB-Movie
PORTVERSION=	0.12
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JEFFA
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl module to fetch movie info from www.imdb.com

DEPRECATED=	Removed from CPAN
EXPIRATION_DATE=	2012-04-25

BUILD_DEPENDS=	p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		IMDB::Movie.3

.include <bsd.port.mk>
@


1.7
log
@- Mark deprecated since it's removed from CPAN
- Avoid use of SITE_PERL in case this gets resurrected

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d18 6
a23 3
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
		${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
		${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
@


1.5
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.

With perl@@ hat
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@Reset mat@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/J/JE/JEFFA
@


1.3
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d15 1
a15 1
MAINTAINER=	mat@@FreeBSD.org
@


1.2
log
@Update to 0.12
+ some cleanups
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.1
log
@Add p5-IMDB-Movie 0.10
Perl module to fetch movie info from www.imdb.com.

PR:		58929
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.10
d15 1
a15 1
MAINTAINER=	mat@@FreeBSD.ORG
@

