e79a176be2
gem directory when upgrading rubinius from 1.2.4 to 2.1.1.
25 lines
538 B
Makefile
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>
|