# Created by: ijliao
# $FreeBSD$

PORTNAME=	guile-lib
PORTVERSION=	0.2.2
CATEGORIES=	devel scheme
MASTER_SITES=	SAVANNAH

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Repository of useful code written in Guile Scheme

BUILD_DEPENDS=	guile:${PORTSDIR}/lang/guile
RUN_DEPENDS=	guile:${PORTSDIR}/lang/guile

USES=		gmake
GNU_CONFIGURE=	yes

INFO=	guile-library

.include <bsd.port.mk>