freebsd-ports/devel/rubygem-icalendar/Makefile
Sunpoet Po-Chuan Hsieh 17c027f356 Update to 2.6.1
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/icalendar/icalendar/blob/master/History.txt
2020-08-23 19:43:51 +00:00

21 lines
353 B
Makefile

# $FreeBSD$
PORTNAME= icalendar
PORTVERSION= 2.6.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for working with iCalendar files
LICENSE= BSD2CLAUSE GPLv2 RUBY
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-ice_cube>=0.16<1:devel/rubygem-ice_cube
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>