freebsd-ports/devel/rubygem-diva/Makefile
TAKATSU Tomonari 00136d843b - Update to 1.0.0
- Pass maintainership
2019-06-30 11:21:56 +00: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>