12345678910111213141516171819 |
- # $OpenBSD: Makefile,v 1.12 2016/03/20 19:57:14 naddy Exp $
- COMMENT= process and decode WWW forms and cookies
- DISTNAME = CGI-Lite-3.00
- CATEGORIES= www
- MAINTAINER= Abel Abraham Camarillo Ojeda <acamari@verlet.org>
- # Perl
- PERMIT_PACKAGE_CDROM= Yes
- MODULES= cpan
- PKG_ARCH= *
- MODCPAN_EXAMPLES= Yes
- .include <bsd.port.mk>
|