20 lines
331 B
Makefile
20 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:45:56 sthen Exp $
|
|
|
|
COMMENT= process and decode WWW forms and cookies
|
|
|
|
DISTNAME = CGI-Lite-3.02
|
|
CATEGORIES= www
|
|
REVISION = 0
|
|
|
|
MAINTAINER= Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|