blob: 90c66fd7338802a23d8765902c29656f36a65b5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
COMMENT= Guile modules for WWW interaction
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|