head	1.9;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


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

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

1.7
date	2012.10.30.14.34.39;	author tobez;	state Exp;
branches;
next	1.6;

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

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

1.4
date	2011.09.07.09.45.50;	author tobez;	state Exp;
branches;
next	1.3;

1.3
date	2008.10.17.08.35.48;	author tobez;	state Exp;
branches;
next	1.2;

1.2
date	2008.09.24.11.11.20;	author tobez;	state Exp;
branches;
next	1.1;

1.1
date	2008.07.02.08.09.46;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309166
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309166 | tobez | 2012-12-18 11:54:29 +0000 (Tue, 18 Dec 2012) | 4 lines
## SVN ##
## SVN ## Remove support for perl 5.8.
## SVN ##
## SVN ## Nudged by:	az
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Anton Berezin <tobez@@FreeBSD.org>
# $FreeBSD: head/www/p5-URI-Title/Makefile 309166 2012-12-18 11:54:29Z tobez $

PORTNAME=	URI-Title
PORTVERSION=	1.86
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	URI
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@@FreeBSD.org
COMMENT=	Get the titles of things on the web in a sensible way

COMMON_DEPENDS=	p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \
		p5-HTML-Parser>=3.45:${PORTSDIR}/www/p5-HTML-Parser \
		p5-Image-Size>0:${PORTSDIR}/graphics/p5-Image-Size \
		p5-MP3-Info>0:${PORTSDIR}/audio/p5-MP3-Info \
		p5-libwww>0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS=	${COMMON_DEPENDS}
RUN_DEPENDS=	${COMMON_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	URI::Title.3

.include <bsd.port.mk>
@


1.8
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	www/p5-URI-Title
# Date created:				20 June 2008
# Whom:					Anton Berezin <tobez@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-URI-Title/Makefile 306678 2012-10-30 14:34:39Z tobez $
#
d6 1
d27 1
a27 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+=	p5-Module-Pluggable>=1.2:${PORTSDIR}/devel/p5-Module-Pluggable
.endif

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


1.7
log
@SVN rev 306678 on 2012-10-30 14:34:39Z by tobez

Update to 1.86.

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


1.6
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
@d9 1
a9 1
PORTVERSION=	1.85
@


1.5
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
@d18 1
a18 1
BUILD_DEPENDS=	p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \
d23 2
a24 1
RUN_DEPENDS:=	${BUILD_DEPENDS}
d30 7
a36 1
.include <bsd.port.mk>
@


1.4
log
@Update to 1.85.

Changes:	http://search.cpan.org/dist/URI-Title/Changes
@
text
@d18 1
a18 1
COMMON_DEPENDS=	p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \
d23 1
a23 2
BUILD_DEPENDS=	${COMMON_DEPENDS}
RUN_DEPENDS=	${COMMON_DEPENDS}
d29 1
a29 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+=	p5-Module-Pluggable>=1.2:${PORTSDIR}/devel/p5-Module-Pluggable
.endif

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


1.3
log
@Update to 1.82.

Changes: http://search.cpan.org/dist/URI-Title/Changes

Submitted by:	leeym
PR:		128163
@
text
@d9 1
a9 1
PORTVERSION=	1.82
d18 1
a18 1
RUN_DEPENDS=	p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \
d23 2
d26 1
a26 1
PERL_CONFIGURE=	5.8.1+
@


1.2
log
@Update to 1.81.

Changes: http://search.cpan.org/dist/URI-Title/Changes
@
text
@d9 1
a9 1
PORTVERSION=	1.81
d18 1
a18 3
BUILD_DEPENDS=	p5-Module-Pluggable>=1.2:${PORTSDIR}/devel/p5-Module-Pluggable \
		p5-libwww>0:${PORTSDIR}/www/p5-libwww \
		p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \
d21 2
a22 2
		p5-MP3-Info>0:${PORTSDIR}/audio/p5-MP3-Info
RUN_DEPENDS=	${BUILD_DEPENDS}
d28 7
a34 1
.include <bsd.port.mk>
@


1.1
log
@Add www/p5-URI-Title, a Perl module to get the titles of things on the
web in a sensible way.
@
text
@d9 1
a9 1
PORTVERSION=	1.80
@

