diff options
Diffstat (limited to 'devel/cl-split-sequence-clisp/Makefile')
-rw-r--r-- | devel/cl-split-sequence-clisp/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/cl-split-sequence-clisp/Makefile b/devel/cl-split-sequence-clisp/Makefile deleted file mode 100644 index 6a74c9cd0cb5..000000000000 --- a/devel/cl-split-sequence-clisp/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Henrik Motakef <henrik.motakef@web.de> -# $FreeBSD$ - -PORTNAME= split-sequence -PORTVERSION= 20011114.1 -PORTREVISION= 5 -CATEGORIES= devel lisp -PKGNAMEPREFIX= cl- -DISTFILES= # none - -MAINTAINER= olgeni@FreeBSD.org -COMMENT= Partitioning Common Lisp sequences - -DEPRECATED= Depends on deprecated lang/clisp -EXPIRATION_DATE= 2014-07-28 - -BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence -RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence - -USE_ASDF_FASL= yes -FASL_TARGET= clisp -FASL_BUILD= yes - -.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" -.include <bsd.port.mk> |