summaryrefslogtreecommitdiff
path: root/devel/rubygem-configstruct/Makefile
blob: 7f972530f597d7eb7dedf53e7b9db5b1fe911b80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	configstruct
PORTVERSION=	0.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mose@mose.com
COMMENT=	Configuration file management library based on OpenStruct
WWW=		https://github.com/mose/configstruct

LICENSE=	MIT

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>