mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
19 lines
375 B
Makefile
19 lines
375 B
Makefile
PORTNAME= attic
|
|
PORTVERSION= 1.0.1
|
|
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
|
|
|
|
RUN_DEPENDS= rubygem-rake>=13.0.6:devel/rubygem-rake
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|