blob: fa30a3119a799656ab5712f886569501c64444fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|