mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
23 lines
446 B
Makefile
23 lines
446 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= REST-Client
|
|
PORTVERSION= 273
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= michelle@sorbs.net
|
|
COMMENT= Simple client for interacting with RESTful http/https resources
|
|
|
|
BUILD_DEPENDS+= p5-Crypt-SSLeay>0:perl/p5-Crypt-SSLeay
|
|
BUILD_DEPENDS+= p5-URI>0:perl/p5-URI
|
|
BUILD_DEPENDS+= p5-libwww>0:perl/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|