openbsd-ports/devel/ocaml-pcre/Makefile
chrisz 0081341c9f update lang/ocaml to 4.00.1.
Let all ocaml ports RUN_DEPEND on the version of ocaml they were built with.
2012-11-30 19:38:09 +00:00

37 lines
864 B
Makefile

# $OpenBSD: Makefile,v 1.5 2012/11/30 19:38:09 chrisz Exp $
COMMENT = OCaml Perl-compatible regexp library
CATEGORIES = devel textproc
V = 7.0.2
REVISION= 0
NAME = ocaml-pcre
DISTNAME = pcre-ocaml-$V
PKGNAME = ${NAME}-$V
MASTER_SITES = https://bitbucket.org/mmottl/pcre-ocaml/downloads/
HOMEPAGE = https://bitbucket.org/mmottl/pcre-ocaml/
# GPLv2+
PERMIT_PACKAGE_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
MODULES = lang/ocaml
BUILD_DEPENDS = sysutils/findlib
LIB_DEPENDS = devel/pcre
WANTLIB = pcre
CONFIGURE_STYLE = oasis
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${NAME}
@cp -R ${WRKDIST}/examples/* ${PREFIX}/share/examples/${NAME}/
@chmod -R a-w ${PREFIX}/share/examples/${NAME}/*
${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/examples/${NAME}/
.include <bsd.port.mk>