1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/irc/rubygem-cinch/Makefile
Sunpoet Po-Chuan Hsieh 134422d681 - Update to 2.0.11
- Add LICENSE
- Remove outdated RUBY_VER check

Changes:	https://github.com/cinchrb/cinch/blob/master/ChangeLog
2013-12-11 18:49:49 +00:00

18 lines
255 B
Makefile

# $FreeBSD$
PORTNAME= cinch
PORTVERSION= 2.0.11
CATEGORIES= irc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= The IRC Bot Building Framework
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>