17 lines
321 B
Makefile
17 lines
321 B
Makefile
PORTNAME= attic
|
|
PORTVERSION= 0.5.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Place to hide private instance variables in your Ruby objects
|
|
WWW= https://github.com/delano/attic
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|