16 lines
280 B
Makefile
16 lines
280 B
Makefile
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
|
|
|
PORTNAME= dig_rb
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= "Array/Hash/Struct#dig backfill for ruby"
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|