freebsd-ports/irc/rubygem-net-irc/Makefile
2021-04-06 16:31:07 +02:00

26 lines
456 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= net-irc
PORTVERSION= 0.0.9
PORTREVISION= 1
CATEGORIES= irc rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= Ruby library for implementing IRC server and client
LICENSE= RUBY
NO_ARCH= yes
REINPLACE_ARGS= -i ''
USE_RUBY= yes
USES= gem
post-patch:
@${REINPLACE_CMD} -e '1d' \
${WRKSRC}/spec/channel_manager_spec.rb \
${WRKSRC}/spec/net-irc_spec.rb
.include <bsd.port.mk>