opnsense-ports/devel/rubygem-wisper/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
375 B
Makefile

PORTNAME= wisper
PORTVERSION= 2.0.1
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>