freebsd-ports/irc/rubygem-cinch/Makefile
2013-06-23 05:27:38 +00:00

20 lines
391 B
Makefile

# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
# $FreeBSD$
PORTNAME= cinch
PORTVERSION= 2.0.5
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>