mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
32 lines
691 B
Makefile
32 lines
691 B
Makefile
# Created by: Jaap Boender <jaapb@kerguelen.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= deriving-ocsigen
|
|
PORTVERSION= 0.3c
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel www
|
|
MASTER_SITES= http://ocsigen.org/download/
|
|
PKGNAMEPREFIX= ocaml-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Function derivation library
|
|
|
|
BROKEN= old version, incompatible with modern OCaml
|
|
DEPRECATED= Broken for more than 6 months
|
|
EXPIRATION_DATE= 2020-01-10
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_OCAML= yes
|
|
USE_OCAML_FINDLIB= yes
|
|
USE_OCAML_CAMLP4= yes
|
|
USE_OCAMLFIND_PLIST= yes
|
|
USE_OCAML_LDCONFIG= yes
|
|
|
|
USES= gmake
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/deriving-ocsigen/*.cmxs
|
|
|
|
.include <bsd.port.mk>
|