freebsd-ports/www/guile-www/Makefile
Edwin Groothuis 52b82ee965 New port: www/guile-www (guile modules for www interaction)
Guile-WWW is a set of Guile Scheme modules providing support
	for navigating HTTP connections, parsing URLs, handling CGI
	operations, and fetching WWW resources.

PR:		ports/42181
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-01-19 04:05:47 +00:00

21 lines
415 B
Makefile

# New ports collection makefile for: guile-www
# Date created: 30 August 2002
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= guile-www
PORTVERSION= 1.1.1
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= guile
MAINTAINER= fuyuki@hadaly.org
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
.include <bsd.port.mk>