9abec54b22
With hat: ruby
21 lines
349 B
Makefile
21 lines
349 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= librarian
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= robak@FreeBSD.org
|
|
COMMENT= Ruby framework for writing bundlers
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-highline>=0:devel/rubygem-highline \
|
|
rubygem-thor>=0.15:devel/rubygem-thor
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|