aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-URI-Title/Makefile
blob: f9b37fed1bac343b989a48bb929e8c811fff0620 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

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}

USES=       perl5
USE_PERL5=  configure

MAN3=   URI::Title.3

NO_STAGE=   yes
.include <bsd.port.mk>