mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
22 lines
384 B
Makefile
22 lines
384 B
Makefile
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
|
|
PORTNAME= guile-www
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= www devel scheme
|
|
MASTER_SITES= GNU/guile
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Guile modules for WWW interaction
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= guile:lang/guile1
|
|
|
|
GNU_CONFIGURE= yes
|
|
INFO= guile-www
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|