diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-03 20:04:38 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-03 20:04:38 +0000 |
| commit | f7877fd33d5394c0b01f75c849efd278b2dc0105 (patch) | |
| tree | b5bc4ea4641fedb3df6346636a15c23cdec0cefa /shells/rubygem-shellwords/Makefile | |
| parent | fb19906f69878585d2ab3775e2c0f91b902c3c99 (diff) | |
Notes
Diffstat (limited to 'shells/rubygem-shellwords/Makefile')
| -rw-r--r-- | shells/rubygem-shellwords/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/shells/rubygem-shellwords/Makefile b/shells/rubygem-shellwords/Makefile new file mode 100644 index 000000000000..c1b9de6a8c5f --- /dev/null +++ b/shells/rubygem-shellwords/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= shellwords +PORTVERSION= 0.1.0 +CATEGORIES= shells rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Manipulate strings with word parsing rules of UNIX Bourne shell + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> |
