blob: c924db036e7cf14c53d3d40e1aaa8557c73d0ea2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
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
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>
|