aboutsummaryrefslogtreecommitdiffstats
path: root/www/cgiparse/Makefile
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2000-08-12 03:18:38 +0800
committerjmg <jmg@FreeBSD.org>2000-08-12 03:18:38 +0800
commit94dff84b7c8059c180ff2fd33a2a25e0ed919f57 (patch)
tree8303b7f8d23e6734ee98c76fb6c5a649f3267c9f /www/cgiparse/Makefile
parent2f592f2fca3c2e1be9c77ecbe660c10eb6123451 (diff)
downloadfreebsd-ports-gnome-94dff84b7c8059c180ff2fd33a2a25e0ed919f57.tar.gz
freebsd-ports-gnome-94dff84b7c8059c180ff2fd33a2a25e0ed919f57.tar.zst
freebsd-ports-gnome-94dff84b7c8059c180ff2fd33a2a25e0ed919f57.zip
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...
Diffstat (limited to 'www/cgiparse/Makefile')
-rw-r--r--www/cgiparse/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile
index 53b1d4eebb69..2c757ea53274 100644
--- a/www/cgiparse/Makefile
+++ b/www/cgiparse/Makefile
@@ -6,11 +6,13 @@
#
PORTNAME= cgiparse
-PORTVERSION= 0.8e
+PORTVERSION= 0.9a
CATEGORIES= devel www
-MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/ \
+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>