mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
24 lines
394 B
Makefile
24 lines
394 B
Makefile
|
|
|
||
|
|
COMMENT = simple client for interacting with RESTful http/https
|
||
|
|
|
||
|
|
DISTNAME = REST-Client-281
|
||
|
|
|
||
|
|
CATEGORIES = www
|
||
|
|
|
||
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||
|
|
|
||
|
|
# Perl
|
||
|
|
PERMIT_PACKAGE = Yes
|
||
|
|
|
||
|
|
MODULES = cpan
|
||
|
|
|
||
|
|
RUN_DEPENDS = textproc/p5-XML-LibXML \
|
||
|
|
www/p5-LWP-Protocol-https \
|
||
|
|
www/p5-URI \
|
||
|
|
www/p5-libwww
|
||
|
|
TEST_DEPENDS = www/p5-HTTP-Server-Simple
|
||
|
|
|
||
|
|
PKG_ARCH = *
|
||
|
|
|
||
|
|
.include <bsd.port.mk>
|