openbsd-ports/www/p5-CGI-Simple/Makefile
merdely 770040e02b Update to 1.112
ok simon@
2009-06-04 22:08:41 +00:00

22 lines
452 B
Makefile

# $OpenBSD: Makefile,v 1.12 2009/06/04 22:08:41 merdely Exp $
COMMENT= drop-in object-oriented CGI.pm replacement
MODULES= cpan
DISTNAME= CGI-Simple-1.112
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
RUN_DEPENDS= ::devel/p5-IO-stringy
REGRESS_DEPENDS= ::www/p5-libwww
.include <bsd.port.mk>