18 lines
303 B
Makefile
18 lines
303 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ri_cal
|
|
PORTVERSION= 0.8.8
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library for parsing, and generating iCalendar data
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
PLIST_FILES= bin/ri_cal
|
|
|
|
.include <bsd.port.mk>
|