Add rubygem-clamp11 1.1.2 (copied from rubygem-clamp)
- Add PORTSCOUT
This commit is contained in:
parent
f42b07470b
commit
190db90b29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462429
@ -5338,6 +5338,7 @@
|
||||
SUBDIR += rubygem-chronic
|
||||
SUBDIR += rubygem-chronic_duration
|
||||
SUBDIR += rubygem-clamp
|
||||
SUBDIR += rubygem-clamp11
|
||||
SUBDIR += rubygem-classifier
|
||||
SUBDIR += rubygem-classifier-reborn
|
||||
SUBDIR += rubygem-climate_control
|
||||
|
22
devel/rubygem-clamp11/Makefile
Normal file
22
devel/rubygem-clamp11/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= clamp
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 11
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Command-line utility framework for Ruby
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
PORTSCOUT= limit:^1\.1\.
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-clamp11/distinfo
Normal file
3
devel/rubygem-clamp11/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1487007412
|
||||
SHA256 (rubygem/clamp-1.1.2.gem) = f338133cf34d9a2b8d51d5b545f29c1455e5a3c631b62a4c19504ad50eb9a250
|
||||
SIZE (rubygem/clamp-1.1.2.gem) = 28160
|
4
devel/rubygem-clamp11/pkg-descr
Normal file
4
devel/rubygem-clamp11/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Clamp provides an object-model for command-line utilities written in Ruby.
|
||||
It handles parsing of command-line options, and generation of usage help.
|
||||
|
||||
WWW: https://github.com/mdub/clamp
|
Loading…
Reference in New Issue
Block a user