aboutsummaryrefslogtreecommitdiff
path: root/www/p5-URI-Title/Makefile
blob: e795f27f95e941839ab737f6870905e791c9eaa8 (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
30
# Created by: Anton Berezin <tobez@FreeBSD.org>

PORTNAME=	URI-Title
PORTVERSION=	1.902
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

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

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>