2010-01-16 12:31:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= md5
|
|
|
|
PORTVERSION= 1.8.5
|
2011-08-16 22:59:36 +02:00
|
|
|
PORTREVISION= 2
|
2010-01-16 12:31:56 +01:00
|
|
|
CATEGORIES= security lisp
|
|
|
|
PKGNAMEPREFIX= cl-
|
|
|
|
DISTFILES= # none
|
|
|
|
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2013-03-29 20:33:41 +01:00
|
|
|
COMMENT= Native MD5 implementation in Common Lisp
|
2010-01-16 12:31:56 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2013-09-21 00:55:24 +02:00
|
|
|
NO_STAGE= yes
|
2010-01-16 12:31:56 +01:00
|
|
|
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
|
|
|
.include <bsd.port.mk>
|