freebsd-ports/devel/rubygem-needle/Makefile
2021-04-06 16:31:07 +02:00

19 lines
360 B
Makefile

# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
PORTNAME= needle
PORTVERSION= 1.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Dependency-injection/inversion-of-control container
LICENSE= BSD3CLAUSE GPLv2 RUBY
LICENSE_COMB= dual
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>