freebsd-ports/devel/rubygem-diva/Makefile
TAKATSU Tomonari c46ff9a85c - Update 0.3.2
2018-05-08 07:07:15 +00:00

20 lines
394 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= diva
PORTVERSION= 0.3.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= tota@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>