aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cl-ppcre-clisp/Makefile
blob: 9f72054d5158ddf97e940c92697ea767a3942d3b (plain) (blame)
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
# New ports collection Makefile for:    cl-ppcre-clisp
# Date created:             16 May 2003
# Whom:                 Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$

PORTNAME=   cl-ppcre
PORTVERSION=    0.5.4
PORTREVISION=   3
CATEGORIES= textproc lisp
MASTER_SITES=   http://weitz.de/files/
DISTFILES=  # none

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    Portable Perl-Compatible Regular Expression for Common Lisp

BUILD_DEPENDS=  ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre
RUN_DEPENDS=    ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre

USE_ASDF_FASL=  yes
FASL_TARGET=    clisp
FASL_BUILD= yes

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