blob: fc5d07fe3f376c5c39c05b2526dba3e6692eb4df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
USE_GMAKE= yes
GNU_CONFIGURE= yes
INFO= guile-library
NO_STAGE= yes
.include <bsd.port.mk>
|