2008-07-02 10:09:46 +02:00
|
|
|
# New ports collection makefile for: www/p5-URI-Title
|
|
|
|
# Date created: 20 June 2008
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= URI-Title
|
2012-10-30 15:34:39 +01:00
|
|
|
PORTVERSION= 1.86
|
2008-07-02 10:09:46 +02:00
|
|
|
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
|
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
COMMON_DEPENDS= p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \
|
2008-07-02 10:09:46 +02:00
|
|
|
p5-HTML-Parser>=3.45:${PORTSDIR}/www/p5-HTML-Parser \
|
|
|
|
p5-Image-Size>0:${PORTSDIR}/graphics/p5-Image-Size \
|
2008-10-17 10:35:48 +02:00
|
|
|
p5-MP3-Info>0:${PORTSDIR}/audio/p5-MP3-Info \
|
|
|
|
p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
2012-03-13 17:15:36 +01:00
|
|
|
BUILD_DEPENDS= ${COMMON_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${COMMON_DEPENDS}
|
2008-07-02 10:09:46 +02:00
|
|
|
|
2011-09-07 11:45:50 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2008-07-02 10:09:46 +02:00
|
|
|
|
|
|
|
MAN3= URI::Title.3
|
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
.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>
|