1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/security/cl-md5-clisp/Makefile
Antoine Brodin cff81c0dd3 Fix typo
2014-06-05 18:27:36 +00:00

25 lines
586 B
Makefile

# $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>