1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/rubygem-buftok/Makefile
Sunpoet Po-Chuan Hsieh 80e35556b0 Fix LICENSE
- Add LICENSE_FILE
2019-09-03 19:11:38 +00:00

22 lines
394 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= buftok
PORTVERSION= 0.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extracts token delimited entities from arbitrary inputs
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>