Files

20 lines
403 B
Makefile
Raw Permalink Normal View History

2021-01-03 20:04:38 +00:00
PORTNAME= shellwords
2024-12-26 02:58:30 +08:00
PORTVERSION= 0.2.2
2021-01-03 20:04:38 +00:00
CATEGORIES= shells rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Manipulate strings with word parsing rules of UNIX Bourne shell
2022-09-07 23:06:12 +02:00
WWW= https://github.com/ruby/shellwords
2021-01-03 20:04:38 +00:00
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
2024-11-21 21:30:56 +08:00
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
2021-01-03 20:04:38 +00:00
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>