6f863ecf2b
- Bump PORTREVISION for package change PR: 220686 Reported by: lifanov Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days)
23 lines
411 B
Makefile
23 lines
411 B
Makefile
# Created by: Brad Davis <brd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= errand
|
|
PORTVERSION= 0.8.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= brd@FreeBSD.org
|
|
COMMENT= Ruby bindings for RRD
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
RUN_DEPENDS= rrdtool:databases/rrdtool \
|
|
rubygem-rrd-ffi>=0.2.13:devel/rubygem-rrd-ffi
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|