openbsd-ports/www/p5-CGI-Simple/Makefile

20 lines
381 B
Makefile
Raw Normal View History

2008-12-03 19:10:38 -05:00
# $OpenBSD: Makefile,v 1.11 2008/12/04 00:10:38 simon Exp $
2006-11-04 14:09:24 -05:00
COMMENT= drop-in object-oriented CGI.pm replacement
2006-11-04 14:09:24 -05:00
2006-12-04 06:34:58 -05:00
MODULES= cpan
2008-12-03 19:10:38 -05:00
DISTNAME= CGI-Simple-1.106
CATEGORIES= www
2006-11-04 14:09:24 -05:00
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-04 14:09:24 -05:00
# Perl
2006-11-04 14:09:24 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=modbuild
2006-11-04 14:09:24 -05:00
.include <bsd.port.mk>