mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
f45332dd48
Obtained from: swell.k gmail com
24 lines
659 B
Makefile
24 lines
659 B
Makefile
# New ports collection Makefile for: cl-ppcre-sbcl
|
|
# Date created: 16 May 2003
|
|
# Whom: Henrik Motakef <henrik.motakef@web.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cl-ppcre
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= textproc lisp
|
|
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= sbcl
|
|
FASL_BUILD= yes
|
|
|
|
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
|
.include <bsd.port.mk>
|