freebsd-ports/devel/rubygem-un/Makefile
Sunpoet Po-Chuan Hsieh 25182c58cc Add rubygem-un 0.1.0
un.rb provides utilities to replace common UNIX commands in Makefiles etc.

WWW: https://github.com/ruby/un
2021-01-03 20:01:59 +00:00

21 lines
379 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= un
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utilities to replace common UNIX commands
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>