summaryrefslogtreecommitdiff
path: root/textproc/cl-ppcre-ccl/Makefile
blob: 2dba44868932d628fa4fcb52caebc7f7b0619078 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	cl-ppcre
PORTVERSION=	2.1.2
CATEGORIES=	textproc lisp
DISTFILES=	# none

MAINTAINER=	jrm@FreeBSD.org
COMMENT=	Portable Perl-Compatible Regular Expression for Common Lisp
WWW=		http://www.weitz.de/cl-ppcre/

LICENSE=	BSD2CLAUSE

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

USES=		cl
FASL_TARGET=	ccl

.include <bsd.port.mk>