Makefile 324 B

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