19 lines
366 B
Makefile
19 lines
366 B
Makefile
PORTNAME= icalendar
|
|
PORTVERSION= 2.8.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library for working with iCalendar files
|
|
WWW= https://github.com/icalendar/icalendar
|
|
|
|
LICENSE= BSD2CLAUSE GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= rubygem-ice_cube>=0.16<1:devel/rubygem-ice_cube
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|