mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
17 lines
262 B
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>
|