a69134af7a
and some cleaning up of the Makefile.
22 lines
518 B
Makefile
22 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.4 2016/06/20 10:26:21 jaapb Exp $
|
|
|
|
VERSION= 2.0.0
|
|
GITHUB_PROJECT= ocaml-base64
|
|
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/mirage/ocaml-base64/
|
|
COMMENT= Base64 encoding and decoding in OCaml
|
|
LICENSE= isc
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_LANGUAGES= # none
|
|
|
|
OCAML_USE_OASIS= yes
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|