diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-19 04:05:47 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-19 04:05:47 +0000 |
commit | 9737527faa7834fc4947740988c3e8ecced93e37 (patch) | |
tree | f6f59e6d7911f9ff30186dc2d057a68dad64fa72 /www/guile-www/Makefile | |
parent | 614c5a253ccf555026b3f8a07fb948651ee352d9 (diff) | |
download | FreeBSD-ports-9737527faa7834fc4947740988c3e8ecced93e37.zip FreeBSD-ports-9737527faa7834fc4947740988c3e8ecced93e37.tar.gz |
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>
Diffstat (limited to 'www/guile-www/Makefile')
-rw-r--r-- | www/guile-www/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/guile-www/Makefile b/www/guile-www/Makefile new file mode 100644 index 0000000..61da67b --- /dev/null +++ b/www/guile-www/Makefile @@ -0,0 +1,20 @@ +# 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> |