forked from Lainports/freebsd-ports
- Update version requirement of RUN_DEPENDS Changes: https://github.com/icalendar/icalendar/blob/master/History.txt
21 lines
353 B
Makefile
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>
|