mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Librarian is a framework for writing bundlers, which are tools that resolve,
fetch, install, and isolate a project's dependencies, in Ruby. WWW: https://github.com/applicationsonline/librarian PR: ports/186912 Submitted by: ports@robakdesign.com
This commit is contained in:
parent
2b6d2524bd
commit
7507eb10ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347984
@ -4247,6 +4247,7 @@
|
||||
SUBDIR += rubygem-json_pure
|
||||
SUBDIR += rubygem-kgio
|
||||
SUBDIR += rubygem-launchy
|
||||
SUBDIR += rubygem-librarian
|
||||
SUBDIR += rubygem-listen
|
||||
SUBDIR += rubygem-little_plugger
|
||||
SUBDIR += rubygem-locale
|
||||
|
20
devel/rubygem-librarian/Makefile
Normal file
20
devel/rubygem-librarian/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= librarian
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ports@robakdesign.com
|
||||
COMMENT= Ruby framework for writing bundlers
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}highline>=0:${PORTSDIR}/devel/rubygem-highline \
|
||||
${PKGNAMEPREFIX}thor>=0.15:${PORTSDIR}/devel/rubygem-thor
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-librarian/distinfo
Normal file
2
devel/rubygem-librarian/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/librarian-0.1.2.gem) = 7c263835ec5d5b03d89f1318f3abc073aefc8cc4669c55e36790024e994d6340
|
||||
SIZE (rubygem/librarian-0.1.2.gem) = 48640
|
4
devel/rubygem-librarian/pkg-descr
Normal file
4
devel/rubygem-librarian/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Librarian is a framework for writing bundlers, which are tools that resolve,
|
||||
fetch, install, and isolate a project's dependencies, in Ruby.
|
||||
|
||||
WWW: https://github.com/applicationsonline/librarian
|
Loading…
x
Reference in New Issue
Block a user