Files
ports/devel/rubygem-unleash/Makefile
2021-12-30 23:04:23 +01:00

24 lines
424 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= unleash
PORTVERSION= 3.2.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby client for Unleash
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-murmurhash3>=0.1.6<0.2.0:devel/rubygem-murmurhash3
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/unleash-client
.include <bsd.port.mk>