freebsd-ports/irc/rubygem-net-irc/Makefile

24 lines
430 B
Makefile
Raw Normal View History

PORTNAME= net-irc
PORTVERSION= 0.0.9
2017-04-19 12:34:43 +02:00
PORTREVISION= 1
CATEGORIES= irc rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= Ruby library for implementing IRC server and client
WWW= https://github.com/cho45/net-irc
LICENSE= RUBY
NO_ARCH= yes
2017-04-19 12:34:43 +02:00
REINPLACE_ARGS= -i ''
USES= gem
2017-04-19 12:34:43 +02:00
post-patch:
@${REINPLACE_CMD} -e '1d' \
${WRKSRC}/spec/channel_manager_spec.rb \
${WRKSRC}/spec/net-irc_spec.rb
.include <bsd.port.mk>