7edcfaeb07
- change all ports using guile to USES=guile - flavorize guile-lib, guile-cairo, slib-guile PR: 260960 Reported by: Martin Neubauer <m.ne@gmx.net> Approved by: bofh Differential Revision: https://reviews.freebsd.org/D40194
20 lines
373 B
Makefile
20 lines
373 B
Makefile
PORTNAME= guile-www
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= www devel scheme
|
|
MASTER_SITES= GNU/guile
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Guile modules for WWW interaction
|
|
WWW= https://www.gnu.org/software/guile/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= guile:1.8,build,run
|
|
|
|
GNU_CONFIGURE= yes
|
|
INFO= guile-www
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|