mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
134422d681
- Add LICENSE - Remove outdated RUBY_VER check Changes: https://github.com/cinchrb/cinch/blob/master/ChangeLog
18 lines
255 B
Makefile
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>
|