blob: 7e41c8a80e7fdbc44f07f8286975928c76115d66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# ex:ts=8
# Ports collection makefile for: guile-lib
# Date created: Mar 22, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= guile-lib
PORTVERSION= 0.1.6
PORTREVISION= 1
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
USE_GMAKE= yes
INFO= guile-library
.include <bsd.port.mk>
|