pkgsrc/devel/ocamlmod/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

17 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.14 2020/01/26 17:31:01 rillig Exp $
DISTNAME= ocamlmod-0.0.8
PKGREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1544/
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://forge.ocamlcore.org/projects/ocamlmod/
COMMENT= Generate OCaml modules from source files
LICENSE= gnu-lgpl-v2.1
OCAML_USE_OASIS= yes
OCAML_FINDLIB_REGISTER= no
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"