10c2360b3f
Changes: https://github.com/assaf/uuid/blob/master/CHANGELOG https://github.com/assaf/uuid/commits/master
22 lines
355 B
Makefile
22 lines
355 B
Makefile
# Created by: Wen Heping<wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uuid
|
|
PORTVERSION= 2.3.9
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= UUID Generator for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-macaddr>=1.0:net/rubygem-macaddr
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/uuid
|
|
|
|
.include <bsd.port.mk>
|