openbsd-ports/textproc/ocaml-rss/Makefile

36 lines
692 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:42:42 espie Exp $
COMMENT= Objective Caml library to parse RSS 2.0
CATEGORIES= textproc
V= 2.0
REVISION= 0
DISTNAME= ocamlrss-${V}
2010-11-20 14:56:47 -05:00
PKGNAME= ocaml-rss-${V}
MASTER_SITES= http://zoggy.github.com/ocamlrss/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= http://zoggy.github.com/ocamlrss/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ocaml
USE_GMAKE = yes
RUN_DEPENDS = textproc/ocaml-xmlm
BUILD_DEPENDS = ${RUN_DEPENDS} sysutils/findlib
.include <bsd.port.arch.mk>
.if ${PROPERTIES:Mocaml_native}
ALL_TARGET = all
INSTALL_TARGET = install_all
.else
ALL_TARGET = byte
INSTALL_TARGET = install_byte
.endif
.include <bsd.port.mk>