aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cl-alexandria-sbcl/Makefile
blob: 61801ddc1e0afadbca1b49ac0bbbd005041ed5fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   alexandria
PORTVERSION=    2010.01.16
PORTREVISION=   21
CATEGORIES= devel lisp
PKGNAMEPREFIX=  cl-
DISTFILES=  # none

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    Collection of portable public domain utilities for Common Lisp

BUILD_DEPENDS=  ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:devel/cl-alexandria
RUN_DEPENDS=    ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:devel/cl-alexandria

USE_ASDF_FASL=  yes
FASL_TARGET=    sbcl
FASL_BUILD= yes

.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
.include <bsd.port.mk>