head	1.10;
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.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.12.17.12.20.07;	author svnexp;	state Exp;
branches;
next	1.9;

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

1.8
date	2012.06.10.18.42.45;	author swills;	state Exp;
branches;
next	1.7;

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

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

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

1.4
date	2010.01.10.01.21.41;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.28.17.37.22;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2008.10.04.03.44.11;	author chinsan;	state Exp;
branches;
next	1.1;

1.1
date	2008.08.31.16.56.53;	author chinsan;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309085
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309085 | az | 2012-12-17 12:15:18 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	p5-WWW-AtMovies-TV
# Date created:				2008/08/31
# Whom:					chinsan
#
# $FreeBSD: head/www/p5-WWW-AtMovies-TV/Makefile 309085 2012-12-17 12:15:18Z az $
#

PORTNAME=	WWW-AtMovies-TV
PORTVERSION=	0.04
DISTVERSIONPREFIX=v
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:ALEC
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Retrieve TV information from http://www.atmovies.com.tw/

RUN_DEPENDS=	p5-HTML-TableExtract>=2.1:${PORTSDIR}/www/p5-HTML-TableExtract \
		p5-Moose>=0.55:${PORTSDIR}/devel/p5-Moose \
		p5-WWW-Mechanize>=1.34:${PORTSDIR}/www/p5-WWW-Mechanize
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		WWW::AtMovies::TV.3

.include <bsd.port.mk>
@


1.9
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/p5-WWW-AtMovies-TV/Makefile 300897 2012-07-14 14:29:18Z beat $
d28 1
a28 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+=	p5-version>=0.76:${PORTSDIR}/devel/p5-version
.endif

.include <bsd.port.post.mk>
@


1.8
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
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
@d22 1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.6
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
@d22 1
a22 1
BUILD_DEPENDS:=	${RUN_DEPENDS}
d28 7
a34 1
.include <bsd.port.mk>
@


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
@d22 1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
d28 1
a28 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+=	p5-version>=0.76:${PORTSDIR}/devel/p5-version
.endif

.include <bsd.port.post.mk>
@


1.4
log
@- update to 0.04
@
text
@d13 1
a13 1
MASTER_SITE_SUBDIR=	../by-authors/id/A/AL/ALEC
@


1.3
log
@Reset chinsan@@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.03
d13 1
d19 1
a19 4
BUILD_DEPENDS=	p5-HTML-SimpleLinkExtor>=0:${PORTSDIR}/www/p5-HTML-SimpleLinkExtor \
		p5-HTML-TableExtract>=2.1:${PORTSDIR}/www/p5-HTML-TableExtract \
		p5-WWW-Mechanize>=1.34:${PORTSDIR}/www/p5-WWW-Mechanize \
		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
d21 2
a22 2
		p5-version>=0.76:${PORTSDIR}/devel/p5-version
RUN_DEPENDS=	${BUILD_DEPENDS}
d28 7
a34 1
.include <bsd.port.mk>
@


1.2
log
@- Update to 0.03
@
text
@d15 1
a15 1
MAINTAINER=	chinsan@@FreeBSD.org
@


1.1
log
@Add p5-WWW-AtMovies-TV, retrieve TV information from http://www.atmovies.com.tw/

WWW: http://search.cpan.org/dist/WWW-AtMovies-TV/
@
text
@d9 2
a10 1
PORTVERSION=	0.02
a13 1
DISTNAME=	${PORTNAME}-v${PORTVERSION}
d19 2
a20 2
		p5-HTML-TableExtract>=0:${PORTSDIR}/www/p5-HTML-TableExtract \
		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
d22 2
a23 3
		p5-Moose>=0.25:${PORTSDIR}/devel/p5-Moose \
		p5-version>=0:${PORTSDIR}/devel/p5-version \
		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
@

