mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
20 lines
412 B
Makefile
20 lines
412 B
Makefile
PORTNAME= icalendar
|
|
PORTVERSION= 2.10.3
|
|
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 \
|
|
rubygem-ostruct>=0:devel/rubygem-ostruct
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|