aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WebService-Technorati/Makefile
blob: 6c97ba211c7c5d4805f208b295c4ba8538ad5762 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: ijliao

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>