2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:42:42 espie Exp $
|
2005-05-23 19:04:53 -04:00
|
|
|
|
2007-09-15 16:59:36 -04:00
|
|
|
COMMENT= Objective Caml library to parse RSS 2.0
|
2005-05-23 19:04:53 -04:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
2012-08-18 18:28:53 -04:00
|
|
|
V= 2.0
|
2012-11-30 14:38:09 -05:00
|
|
|
REVISION= 0
|
2012-08-18 18:28:53 -04:00
|
|
|
DISTNAME= ocamlrss-${V}
|
2010-11-20 14:56:47 -05:00
|
|
|
PKGNAME= ocaml-rss-${V}
|
2012-08-18 18:28:53 -04:00
|
|
|
MASTER_SITES= http://zoggy.github.com/ocamlrss/
|
2005-05-23 19:04:53 -04:00
|
|
|
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
2012-08-18 18:28:53 -04:00
|
|
|
HOMEPAGE= http://zoggy.github.com/ocamlrss/
|
2005-05-23 19:04:53 -04:00
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
MODULES= lang/ocaml
|
2012-08-18 18:28:53 -04:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2005-05-23 19:04:53 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|