25 lines
457 B
Makefile
Raw Normal View History

COMMENT = minimal CGI library for web applications
2021-10-03 19:04:15 +00:00
DISTNAME = kcgi-0.13.0
CATEGORIES = www
MAINTAINER = James Turner <james@calminferno.net>
2016-06-02 11:38:49 +00:00
HOMEPAGE = https://kristaps.bsd.lv/kcgi/
MASTER_SITES = https://kristaps.bsd.lv/kcgi/snapshots/
EXTRACT_SUFX = .tgz
# ISC
PERMIT_PACKAGE = Yes
2018-03-29 20:56:13 +00:00
# uses pledge()
2015-08-25 11:16:12 +00:00
WANTLIB += c
2017-11-01 19:13:44 +00:00
CONFIGURE_STYLE = simple
2017-01-31 01:50:15 +00:00
MAKE_FLAGS = PREFIX="${PREFIX}"
TEST_DEPENDS = net/curl
TEST_TARGET = regress
.include <bsd.port.mk>