blob: 615779ac98c8e31005e7cd8e09a5be1eeffec7c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
# $FreeBSD$
PORTNAME= guile-www
PORTVERSION= 1.1.1
PORTREVISION= 3
CATEGORIES= www devel scheme
MASTER_SITES= GNU/guile
MAINTAINER= ports@FreeBSD.org
COMMENT= Guile modules for WWW interaction
RUN_DEPENDS= guile:lang/guile
GNU_CONFIGURE= yes
INFO= guile-www
NO_ARCH= yes
.include <bsd.port.mk>
|