aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WebService-Technorati/Makefile
blob: 63029c9b7457ac48b47b7359abb6bfb686b036a4 (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
# Created by: ijliao
# $FreeBSD$

PORTNAME=	WebService-Technorati
PORTVERSION=	0.04
PORTREVISION=	4
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl interface to the Technorati web services interface

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-XML-XPath>=0:textproc/p5-XML-XPath \
		p5-Exception-Class>=0:devel/p5-Exception-Class \
		p5-libwww>=0:www/p5-libwww

USES=		perl5 shebangfix
SHEBANG_FILES=	pod2html.pl
USE_PERL5=	configure

.include <bsd.port.mk>