mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
21 lines
381 B
Makefile
21 lines
381 B
Makefile
# Created by: Stéphane D'Alu <sdalu@sdalu.com>
|
|
|
|
PORTNAME= ddmemoize
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Support for memoizing functions
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-ref>=2.0:devel/rubygem-ref \
|
|
rubygem-ddmetrics>=1.0:devel/rubygem-ddmetrics
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|