2003-01-19 05:05:47 +01:00
|
|
|
# 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
|
2003-08-28 02:09:58 +02:00
|
|
|
CATEGORIES= www devel scheme
|
2003-01-19 05:05:47 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= guile
|
|
|
|
|
2003-06-02 03:24:33 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Guile modules for WWW interaction
|
2003-01-19 05:05:47 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|