pkgsrc/meta-pkgs/web-server/Makefile
dholland 466e6669ca Switch this from apache13 to apache22 and bump the version. Eesh.
XXX: Somebody please make a less 1998-looking list of packages to
XXX: put in here.
2013-01-14 04:34:50 +00:00

17 lines
406 B
Makefile

# $NetBSD: Makefile,v 1.23 2013/01/14 04:34:50 dholland Exp $
#
DISTNAME= web-server-1.2
CATEGORIES= meta-pkgs www
MASTER_SITES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Provides some useful tools for a web server
DEPENDS+= apache>=2.2.0:../../www/apache22
DEPENDS+= lynx>=2.8.2:../../www/lynx
DEPENDS+= glimpse>=4.1:../../textproc/glimpse
META_PACKAGE= yes
.include "../../mk/bsd.pkg.mk"