openbsd-ports/www/cgiparse/Makefile

19 lines
351 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 1999/02/21 04:26:15 marc Exp $
1998-04-30 08:41:58 -04:00
#
DISTNAME= cgiparse-0.8e
CATEGORIES= www
NEED_VERSION= 1.64
1998-04-30 08:41:58 -04:00
MAINTAINER= form@OpenBSD.ORG
1998-04-30 08:41:58 -04:00
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/ \
http://d182-89.uoregon.edu/~jmg/
1998-04-30 08:41:58 -04:00
.if $(MACHINE_ARCH) == "alpha"
BROKEN= "Alpha architecture not yet supported"
.endif
.include <bsd.port.mk>