2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Paul Schmehl <pauls@utdallas.edu>
|
2012-03-14 08:45:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= REST-Client
|
2014-12-28 19:42:49 +01:00
|
|
|
PORTVERSION= 272
|
2012-03-14 08:45:01 +01:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-28 19:42:49 +01:00
|
|
|
MAINTAINER= michelle@sorbs.net
|
2014-01-05 14:31:10 +01:00
|
|
|
COMMENT= Simple client for interacting with RESTful http/https resources
|
2012-03-14 08:45:01 +01:00
|
|
|
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
BUILD_DEPENDS= p5-Crypt-SSLeay>0:security/p5-Crypt-SSLeay \
|
|
|
|
p5-URI>0:net/p5-URI \
|
|
|
|
p5-libwww>0:www/p5-libwww
|
2012-03-14 08:45:01 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2013-09-02 20:23:34 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2012-03-14 08:45:01 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|