blob: 7cf066dd9a4305f3faa6ed1363e7b1f1b7b5be45 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= vpim
PORTVERSION= 13.11.11
CATEGORIES= misc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure Ruby library for decoding and encoding vCard and iCalendar data
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
NO_ARCH= yes
USE_RUBY= yes
USES= gem:autoplist
PLIST_FILES= bin/reminder bin/rrule
.include <bsd.port.mk>
|