aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-fugit12/Makefile
blob: e0cb4a050b65be35955a028d2ac67e56f24caca6 (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
24
25
26
27
28
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	fugit
PORTVERSION=	1.2.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	12

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Time tools for flor and the floraison project

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-et-orbi>=1.1.8<2:devel/rubygem-et-orbi \
		rubygem-raabro>=1.1<2:textproc/rubygem-raabro

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

# Disable rdoc
OPTIONS_EXCLUDE=DOCS

PORTSCOUT=	limit:^1\.2\.

.include <bsd.port.mk>