freebsd-ports/www/cgiparse/Makefile
John-Mark Gurney 65ad55b3e3 update to cgiparse 0.9a which now uses the mime library that I wrote to
support multipart/form-data..  also installs a profiling library...  This
can be built w/o the mim library, but I don't feel like making this port
more complicated and making it optional...

this port could also be built w/ mime support w/o the mime library having
to be installed, but I don't see any easy way to do this with the current
port system...
2000-08-11 19:18:38 +00:00

18 lines
372 B
Makefile

# New ports collection makefile for: cgiparse
# Date created: 30 March 1997
# Whom: jmg
#
# $FreeBSD$
#
PORTNAME= cgiparse
PORTVERSION= 0.9a
CATEGORIES= devel www
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/ \
http://www.funkthat.com/~jmg/
MAINTAINER= jmg@FreeBSD.org
LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime:install
.include <bsd.port.mk>