freebsd-ports/devel/rubygem-smart_properties/Makefile

22 lines
459 B
Makefile

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>