f6833bbc05
Approved by: olgeni (maintainer, implicit) Sponsored by: The FreeBSD Foundation
23 lines
640 B
Makefile
23 lines
640 B
Makefile
PORTNAME= md5
|
|
PORTVERSION= 2.0.5
|
|
CATEGORIES= security lisp
|
|
PKGNAMEPREFIX= cl-
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= Native MD5 implementation in Common Lisp
|
|
WWW= https://www.cliki.net/MD5
|
|
|
|
LICENSE= PD
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/flexi-streams/clispfasl/stream.fas:devel/cl-flexi-streams-clisp \
|
|
${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
|
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/flexi-streams/clispfasl/stream.fas:devel/cl-flexi-streams-clisp \
|
|
${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
|
|
|
USES= cl
|
|
FASL_TARGET= clisp
|
|
LISP_EXTRA_ARG= -E UTF-8
|
|
|
|
.include <bsd.port.mk>
|