mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
new port: devel/rubygem-librarianp
This is a forked version of devel/rubygem-librarian with improvements in order to provide better support for librarian-puppet. WWW: https://github.com/carlossg/librarian Differential Revision: https://reviews.freebsd.org/D2752 Approved by: mat (mentor)
This commit is contained in:
parent
5b14609d16
commit
44691a6d3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388786
@ -4602,6 +4602,7 @@
|
||||
SUBDIR += rubygem-launchy
|
||||
SUBDIR += rubygem-launchy22
|
||||
SUBDIR += rubygem-librarian
|
||||
SUBDIR += rubygem-librarianp
|
||||
SUBDIR += rubygem-libyajl2
|
||||
SUBDIR += rubygem-listen
|
||||
SUBDIR += rubygem-little-plugger
|
||||
|
21
devel/rubygem-librarianp/Makefile
Normal file
21
devel/rubygem-librarianp/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= librarianp
|
||||
PORTVERSION= 0.6.3
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby framework for writing bundlers
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-thor>=0.15:${PORTSDIR}/devel/rubygem-thor
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-librarianp/distinfo
Normal file
2
devel/rubygem-librarianp/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/librarianp-0.6.3.gem) = 84e9c1be3ca0aca4bd4e6cbfa465fd0e5bb5c71bb442c08422ed8b403a0f93a7
|
||||
SIZE (rubygem/librarianp-0.6.3.gem) = 53760
|
7
devel/rubygem-librarianp/pkg-descr
Normal file
7
devel/rubygem-librarianp/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Librarian is a framework for writing bundlers, which are tools that resolve,
|
||||
fetch, install, and isolate a project's dependencies, in Ruby.
|
||||
|
||||
This is a forked version of devel/rubygem-librarian with improvements in
|
||||
order to provide better support for librarian-puppet.
|
||||
|
||||
WWW: https://github.com/carlossg/librarian
|
Loading…
Reference in New Issue
Block a user