openbsd-ports/net/ruby-agcaldav/Makefile

25 lines
538 B
Makefile

# $OpenBSD: Makefile,v 1.2 2013/03/18 21:45:41 jasper Exp $
COMMENT= Ruby client for CalDAV calendars
DISTNAME= agcaldav-0.2.5.3
REVISION= 0
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>