1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/security/ocaml-cryptgps/Makefile
2021-04-06 16:31:07 +02:00

34 lines
679 B
Makefile

# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
PORTNAME= cryptgps
PORTVERSION= 0.2.1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://download.camlcity.org/download/
PKGNAMEPREFIX= ocaml-
MAINTAINER= ports@FreeBSD.org
COMMENT= Symmetric cryptographic algorithms package for OCaml
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= gmake
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAMLFIND_PLIST= yes
ALL_TARGET= all opt
PORTDOCS= *
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>