ports/textproc/ruby-icalendar/Makefile

20 lines
324 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= iCalendar support for Ruby
DISTNAME= icalendar-2.1.0
CATEGORIES= textproc
HOMEPAGE= https://github.com/icalendar/icalendar
# Ruby license
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
# needs ruby-simplecov (not ported yet)
#MODRUBY_TEST= rspec2
NO_TEST= Yes
.include <bsd.port.mk>