mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Add LICENSE
- Strip OCaml plugin files - Update WWW - Bump PORTREVISION for package change
This commit is contained in:
parent
8cf2d7c5b7
commit
1b56a38123
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402063
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= deriving-ocsigen
|
||||
PORTVERSION= 0.3c
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel www
|
||||
MASTER_SITES= http://ocsigen.org/download/
|
||||
PKGNAMEPREFIX= ocaml-
|
||||
@ -10,6 +11,9 @@ PKGNAMEPREFIX= ocaml-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Function derivation library
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_OCAML= yes
|
||||
USE_OCAML_FINDLIB= yes
|
||||
USE_OCAML_CAMLP4= yes
|
||||
@ -18,4 +22,7 @@ USE_OCAML_LDCONFIG= yes
|
||||
|
||||
USES= gmake
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/deriving-ocsigen/*.cmxs
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,4 +3,4 @@ derivers for pretty-printing, type-safe marshalling with structure-sharing,
|
||||
dynamic typing, equality, and more. This is a version of the deriving library
|
||||
adapted for use with Ocsigen.
|
||||
|
||||
WWW: http://github.com/hnrgrgr/deriving
|
||||
WWW: https://github.com/ocsigen/deriving
|
||||
|
Loading…
Reference in New Issue
Block a user