Used github infrastructure. As suggested by mef@.
This commit is contained in:
parent
1059afd7af
commit
620ccc2a8d
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.17 2015/01/20 14:31:09 jaapb Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2015/05/24 11:35:35 jaapb Exp $
|
||||
|
||||
DISTNAME= pcre-ocaml-${VERSION}
|
||||
DISTNAME= pcre-ocaml-7.1.5
|
||||
PKGNAME= ${DISTNAME} # avoid prefixing with ocaml
|
||||
VERSION= 7.1.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://github.com/mmottl/pcre-ocaml/releases/download/v${VERSION}/
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=mmottl/}
|
||||
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= jaapb@NetBSD.org
|
||||
HOMEPAGE= http://github.com/mmottl/pcre-ocaml
|
||||
COMMENT= Perl compatible regular expressions for OCaml
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
OCAML_USE_OASIS= yes
|
||||
USE_TOOLS= pax
|
||||
|
|
Loading…
Reference in a new issue