freebsd-ports/devel/rubygem-uuid/Makefile
Philip M. Gollucci 6cc7f9196c - Fix dependency versions based on rubygems.org
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 00:15:16 +00:00

25 lines
466 B
Makefile

# New ports collection makefile for: rubygem-uuid
# Date created: 06 Nov 2008
# Whom: Wen Heping<wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= uuid
PORTVERSION= 2.3.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= UUID Generator for Ruby
RUN_DEPENDS= rubygem-macaddr>=1.0:${PORTSDIR}/net/rubygem-macaddr
PLIST_FILES+= bin/uuid
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>