65ad55b3e3
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...
18 lines
372 B
Makefile
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>
|