blob: cea1652170c43dd7a85088ccca758a033b03f32f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= smart_properties
PORTVERSION= 1.17.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= bofh@FreeBSD.org
COMMENT= Flexible and feature-rich alternative to Ruby accessors
WWW= https://github.com/t6d/smart_properties
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-pry>0:devel/rubygem-pry \
rubygem-rake>=13.0:devel/rubygem-rake \
rubygem-rspec>=3.0:devel/rubygem-rspec
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|