blob: 27a8b257e5a84f90647ab5e113db7219dd0fbe6d (
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= p5-XML-XPath>=0:textproc/p5-XML-XPath \
p5-Exception-Class>=0:devel/p5-Exception-Class \
p5-libwww>=0:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix
SHEBANG_FILES= pod2html.pl
USE_PERL5= configure
.include <bsd.port.mk>
|