aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-wisper/Makefile
blob: d158289f2bd3c5f198fdf2d5f0b8e32e47f24580 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	wisper
PORTVERSION=	3.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Library for Ruby objects with Publish-Subscribe capabilities
WWW=		https://github.com/krisleech/wisper

LICENSE=	MIT

USES=		gem

NO_ARCH=	yes

post-install:
	${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup

.include <bsd.port.mk>