c79210c855
Errand provides Ruby bindings for RRD functions (via librrd), and a concise DSL for interacting with RRDs. feedback/ok bernd@
24 lines
411 B
Makefile
24 lines
411 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/06 07:30:41 jasper Exp $
|
|
|
|
COMMENT = bindings for RRD functions
|
|
|
|
DISTNAME = errand-0.7.2
|
|
PKGNAME = ruby-${DISTNAME}
|
|
CATEGORIES = net
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = ::net/rrdtool,-ruby
|
|
|
|
.include <bsd.port.mk>
|