ports/devel/rubygem-configstruct/Makefile

17 lines
262 B
Makefile

# $FreeBSD$
PORTNAME= configstruct
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mose@mose.com
COMMENT= Lib for managing config files based on OpenStruct
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>