freebsd-ports/www/guile-www/Makefile
Andrew "RhodiumToad" Gierth 7edcfaeb07 */*: adapt to new guile framework
- 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
2023-07-31 01:59:04 +03:00

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>