Update lang/p5-signatures to version 0.11
[dports.git] / lang / slib-guile / Makefile
1 # Created by: Kimura Fuyuki <fuyuki@nigredo.org>
2 # $FreeBSD$
3 #    $MCom: ports/lang/slib-guile/Makefile,v 1.3 2006/10/13 02:32:48 marcus Exp $
4
5 PORTNAME=       slib
6 PORTVERSION=    3b4 # Keep this in sync with lang/slib
7 CATEGORIES=     lang scheme
8 MASTER_SITES=   # empty
9 PKGNAMESUFFIX=  -guile
10 DISTFILES=      # empty
11
12 MAINTAINER=     ports@FreeBSD.org
13 COMMENT=        SLIB installation for Guile
14
15 BUILD_DEPENDS=  ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib \
16                 guile:${PORTSDIR}/lang/guile
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
19 SUB_FILES+=     pkg-install pkg-deinstall
20 NO_BUILD=       yes
21 NO_INSTALL=     yes
22
23 .include <bsd.port.mk>