freebsd-ports/devel/rubygem-uuid/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>