opnsense-ports/devel/rubygem-diva/Makefile
Franco Fichtner 6b52f6aa14 */*: sync with upstream
Taken from: HardenedBSD
2019-07-01 06:00:41 +02:00

20 lines
394 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= diva
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= meta@FreeBSD.org
COMMENT= Implementation of expression for handling things
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-addressable>=2.5.2:www/rubygem-addressable
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>