mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
aa6464a967
- Update RUN_DEPENDS for upgrading lang/guile - Add LICENSE GPLv2 - Take MAINTAINERSHIP
23 lines
396 B
Makefile
23 lines
396 B
Makefile
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|