freebsd-ports/devel/rubygem-uuid/Makefile
Philip M. Gollucci 048567bb91 - Update to 2.3.5
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-08 02:08:42 +00:00

24 lines
450 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.5
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>