blob: 001cd7e4a27e4d9ca9819fb024c0f0296f0cfacf (
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
31
|
# $FreeBSD$
PORTNAME= RT-Client-REST
PORTVERSION= 0.50
PORTEPOCH= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Perl modules designed to talk to RT installation using REST protocol
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Error>=0:lang/p5-Error \
p5-Exception-Class>=0:devel/p5-Exception-Class \
p5-DateTime>0:devel/p5-DateTime \
p5-DateTime-Format-DateParse>0:devel/p5-DateTime-Format-DateParse \
p5-HTTP-Cookies>0:www/p5-HTTP-Cookies \
p5-Params-Validate>=0:devel/p5-Params-Validate \
p5-URI>0:net/p5-URI
TEST_DEPENDS= p5-HTTP-Server-Simple>=0:www/p5-HTTP-Server-Simple \
p5-Test-Exception>=0:devel/p5-Test-Exception
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|