17 lines
307 B
Makefile
17 lines
307 B
Makefile
PORTNAME= needle
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Dependency-injection/inversion-of-control container
|
|
WWW= http://needle.rubyforge.org/
|
|
|
|
LICENSE= BSD3CLAUSE GPLv2 RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|