2019-05-09 14:10:10 +00:00

21 lines
447 B
Makefile

# $OpenBSD: Makefile,v 1.16 2019/05/09 14:10:10 afresh1 Exp $
COMMENT = handle Common Gateway Interface requests and responses
DISTNAME = CGI-4.43
CATEGORIES = www
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# Artistic 2.0
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = www/p5-HTML-Parser>=3.69
TEST_DEPENDS = devel/p5-Test-Deep>=0.11 \
devel/p5-Test-NoWarnings \
devel/p5-Test-Warn>=0.3
.include <bsd.port.mk>