20 lines
396 B
Makefile
20 lines
396 B
Makefile
PORTNAME= benelux
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Mad way to time Ruby codes
|
|
WWW= https://github.com/delano/benelux
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-attic>=0.5.3:devel/rubygem-attic \
|
|
rubygem-storable>=0.8.6:devel/rubygem-storable
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|