mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
21 lines
396 B
Makefile
21 lines
396 B
Makefile
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= guile-www
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= www devel scheme
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= guile
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Guile modules for WWW interaction
|
|
|
|
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
|
|
|
|
GNU_CONFIGURE= yes
|
|
INFO= guile-www
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|