blob: 4851755b34b802ed9f87c6c85f700e4a1fc760c5 (
plain)
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
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|