mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
18 lines
342 B
Makefile
18 lines
342 B
Makefile
COMMENT = pure Perl implementation for an XML-RPC client and server
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = XML-RPC-2.1
|
|
CATEGORIES = net devel
|
|
|
|
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = textproc/p5-XML-TreePP \
|
|
www/p5-LWP-Protocol-https \
|
|
www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|