ba0300a8b0
PR: ports/159432 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
25 lines
457 B
Makefile
25 lines
457 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: guile-lib
|
|
# Date created: Mar 22, 2007
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= guile-lib
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= devel scheme
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A down-scaled, limited-scope CPAN for Guile
|
|
|
|
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile
|
|
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= guile-library
|
|
|
|
.include <bsd.port.mk>
|