openbsd-ports/net/ruby-agcaldav/Makefile
jeremy e79a176be2 Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius
gem directory when upgrading rubinius from 1.2.4 to 2.1.1.
2013-10-26 23:55:34 +00:00

25 lines
538 B
Makefile

# $OpenBSD: Makefile,v 1.3 2013/10/26 23:55:36 jeremy Exp $
COMMENT= Ruby client for CalDAV calendars
DISTNAME= agcaldav-0.2.5.3
REVISION= 1
CATEGORIES= net
HOMEPAGE= https://github.com/agilastic/agcaldav
# MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= gem
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-uuid,${MODRUBY_FLAVOR} \
net/ruby-net-http-digest_auth,${MODRUBY_FLAVOR} \
textproc/ruby-builder,${MODRUBY_FLAVOR} \
textproc/ruby-icalendar,${MODRUBY_FLAVOR}
.include <bsd.port.mk>