aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-ri_cal/Makefile
blob: 4a08ec2541456e1278e905533802b8f9722f3095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $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

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/ri_cal

.include <bsd.port.mk>