mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
15 lines
257 B
Makefile
15 lines
257 B
Makefile
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>
|