forked from Lainports/opnsense-ports
19 lines
362 B
Makefile
19 lines
362 B
Makefile
PORTNAME= ddmemoize
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Support for memoizing functions
|
|
WWW= https://github.com/ddfreyne/ddmemoize
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-ref>=2.0:devel/rubygem-ref \
|
|
rubygem-ddmetrics>=1.0:devel/rubygem-ddmetrics
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|