293e524e5c
A down-scaled, limited-scope CPAN for Guile
26 lines
525 B
Makefile
26 lines
525 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: guile-lib
|
|
# Date created: Mar 22, 2007
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= guile-lib
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= devel scheme
|
|
MASTER_SITES= http://download.gna.org/guile-lib/
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
COMMENT= A down-scaled, limited-scope CPAN for Guile
|
|
|
|
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile
|
|
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --infodir=${PREFIX}/info
|
|
USE_GMAKE= yes
|
|
|
|
INFO= guile-library
|
|
|
|
.include <bsd.port.mk>
|