19 lines
363 B
Makefile
19 lines
363 B
Makefile
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= vpim
|
||
|
PORTVERSION= 0.695
|
||
|
CATEGORIES= misc rubygems
|
||
|
MASTER_SITES= RG
|
||
|
|
||
|
MAINTAINER= ruby@FreeBSD.org
|
||
|
COMMENT= pure-ruby library for decoding and encoding vCard and iCalendar data
|
||
|
|
||
|
USE_RUBY= yes
|
||
|
USE_RUBYGEMS= yes
|
||
|
RUBYGEM_AUTOPLIST= yes
|
||
|
|
||
|
PLIST_FILES+= bin/reminder bin/rrule
|
||
|
|
||
|
.include <bsd.port.mk>
|