diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-07-28 16:38:08 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-07-28 16:38:08 +0000 |
commit | 6d482db5e68f86e0c4e662ce542235552413b2d7 (patch) | |
tree | a5fe23fbe208a0839b768d9281358519a13e6678 /security | |
parent | 1f5aafceb1de3a36ba60465f46c1ced40e7cb38b (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/cl-md5-clisp/Makefile | 24 | ||||
-rw-r--r-- | security/cl-md5-clisp/pkg-descr | 5 |
3 files changed, 0 insertions, 30 deletions
diff --git a/security/Makefile b/security/Makefile index 8c2070bb82ba..04b7562c0a71 100644 --- a/security/Makefile +++ b/security/Makefile @@ -62,7 +62,6 @@ SUBDIR += ckpass SUBDIR += cksfv SUBDIR += cl-md5 - SUBDIR += cl-md5-clisp SUBDIR += cl-md5-sbcl SUBDIR += clamassassin SUBDIR += clamav diff --git a/security/cl-md5-clisp/Makefile b/security/cl-md5-clisp/Makefile deleted file mode 100644 index 4e9fda8a16e1..000000000000 --- a/security/cl-md5-clisp/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= md5 -PORTVERSION= 1.8.5 -PORTREVISION= 2 -CATEGORIES= security lisp -PKGNAMEPREFIX= cl- -DISTFILES= # none - -MAINTAINER= olgeni@FreeBSD.org -COMMENT= Native MD5 implementation in Common Lisp - -DEPRECATED= Depends on deprecated lang/clisp -EXPIRATION_DATE= 2014-07-28 - -BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:${PORTSDIR}/security/cl-md5 -RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:${PORTSDIR}/security/cl-md5 - -USE_ASDF_FASL= yes -FASL_TARGET= clisp -FASL_BUILD= yes - -.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" -.include <bsd.port.mk> diff --git a/security/cl-md5-clisp/pkg-descr b/security/cl-md5-clisp/pkg-descr deleted file mode 100644 index 72fe87a4f41f..000000000000 --- a/security/cl-md5-clisp/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A native MD5 implementation in Common Lisp. - -This package is compiled with CLISP. - -WWW: http://www.cliki.net/MD5 |