20 lines
328 B
Makefile
Raw Normal View History

2013-03-18 10:02:26 +00:00
# $OpenBSD: Makefile,v 1.15 2013/03/18 10:02:26 jasper Exp $
COMMENT= iCalendar support for Ruby
2013-03-18 10:02:26 +00:00
DISTNAME= icalendar-1.2.3
CATEGORIES= textproc
2013-03-18 10:02:26 +00:00
HOMEPAGE= http://github.com/icalendar/icalendar
# Ruby license
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
.include <bsd.port.mk>