19 lines
340 B
Makefile
19 lines
340 B
Makefile
PORTNAME= icalendar
|
|
PORTVERSION= 2.7.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>
|