aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-uuid/Makefile
blob: edbc1250df1252e4d90df38eea3179dbcb63c89b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	uuid
PORTVERSION=	2.3.9
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	UUID Generator for Ruby
WWW=		https://github.com/assaf/uuid

LICENSE=	MIT

RUN_DEPENDS=	rubygem-macaddr>=1.0:net/rubygem-macaddr

NO_ARCH=	yes
USES=		gem

PLIST_FILES=	bin/uuid

.include <bsd.port.mk>