1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/cl-ppcre-clisp/Makefile
Antoine Brodin cff81c0dd3 Fix typo
2014-06-05 18:27:36 +00:00

25 lines
668 B
Makefile

# Created by: Henrik Motakef <henrik.motakef@web.de>
# $FreeBSD$
PORTNAME= cl-ppcre
PORTVERSION= 2.0.3
PORTREVISION= 1
CATEGORIES= textproc lisp
DISTFILES= # none
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp
DEPRECATED= Depends on deprecated lang/clisp
EXPIRATION_DATE= 2014-07-28
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>