aboutsummaryrefslogtreecommitdiffstats
path: root/misc/rubygem-vpim/Makefile
blob: 74c5c57216951700b3c9ab20a31fd8a2d930e5ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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>