df4e1203e4
ok jasper@ (final commit)
23 lines
407 B
Makefile
23 lines
407 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:51 ajacoutot Exp $
|
|
|
|
COMMENT= process and decode WWW forms and cookies
|
|
|
|
DISTNAME= CGI-Lite-2.02
|
|
REVISION= 0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Abel Camarillo <acamari@the00z.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|