aboutsummaryrefslogtreecommitdiffstats
path: root/irc/rubygem-cinch/Makefile
blob: b86df889347a3bdc0635bd8319acf1e389c9c964 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
# $FreeBSD$

PORTNAME=   cinch
PORTVERSION=    2.0.4
CATEGORIES= irc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    The IRC Bot Building Framework

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.8
IGNORE= only works with Ruby 1.9
.endif
.include <bsd.port.post.mk>