openbsd-ports/www/spawn-fcgi/Makefile
sthen b3336b1ba7 update to 1.6.2, amongst other things, fixes a problem with usernames
starting with digits. from Brad (maintainer).
2009-04-18 18:24:09 +00:00

23 lines
462 B
Makefile

# $OpenBSD: Makefile,v 1.5 2009/04/18 18:24:09 sthen Exp $
COMMENT= spawn FastCGI processes
DISTNAME= spawn-fcgi-1.6.2
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/
HOMEPAGE= http://redmine.lighttpd.net/projects/spawn-fcgi/news
MAINTAINER= Brad Smith <brad@comstyle.com>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>