mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
55a61bb102
directory.
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# New ports collection makefile for: cgiparse
|
|
# Date created: 30 March 1997
|
|
# Whom: jmg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cgiparse
|
|
PORTVERSION= 0.9b
|
|
CATEGORIES= www devel
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3
|
|
|
|
.include <bsd.port.mk>
|