giovanni ec220581a3 Hijk is a fast & minimal low-level HTTP client intended to be used
where you control both the client and the server, e.g. for talking
to some internal service from a frontend user-facing web application.

ok benoit@
2015-10-30 18:14:25 +00:00

15 lines
247 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/10/30 18:14:25 giovanni Exp $
COMMENT = Fast & minimal low-level HTTP client
MODULES = cpan
DISTNAME = Hijk-0.24
CATEGORIES = www
CPAN_AUTHOR = AVAR
# Perl
PERMIT_PACKAGE_CDROM = Yes
.include <bsd.port.mk>