openbsd-ports/www/p5-CGI-Simple/Makefile
simon 7619c9a0d3 update to version 1.103, switch to modbuild and
remove quotes around comment while there
2007-09-05 22:40:21 +00:00

20 lines
380 B
Makefile

# $OpenBSD: Makefile,v 1.8 2007/09/05 22:40:21 simon Exp $
COMMENT= drop-in object-oriented CGI.pm replacement
MODULES= cpan
DISTNAME= CGI-Simple-1.103
CATEGORIES= www
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=modbuild
.include <bsd.port.mk>