pkgsrc/devel/ocamlify/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
463 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/01/26 17:31:01 rillig Exp $
DISTNAME= ocamlify-0.0.2
PKGREVISION= 10
CATEGORIES= devel
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1209/
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://forge.ocamlcore.org/projects/ocamlify/
COMMENT= Allows embedding external resources as OCaml code
LICENSE= gnu-lgpl-v2.1
OCAML_USE_OASIS= yes
OCAML_FINDLIB_REGISTER= no
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"