blob: 51fcbfde10ec8c43d2eb2e4fbb8255244d8c81ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= benelux
PORTVERSION= 0.6.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Mad way to time Ruby codes
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
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|