freebsd-ports/devel/rubygem-mash/Makefile
Philip M. Gollucci a0461d68d5 - Re-assign all my rubygem-* ports to ruby@
this gives us more eyes and brings us inline with perl@

  Current ruby@ members (stas, dinoex, pgollucci)
  http://wiki.freebsd.org/Ruby

Discussed with: stas on #bsdports
2010-04-27 22:55:23 +00:00

26 lines
473 B
Makefile

# ex:ts=8
# Ports collection makefile for: rubygem-mash
# Date created: May 1, 2009
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mash
PORTVERSION= 0.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RF
MASTER_SITE_SUBDIR= mash-hash
MAINTAINER= ruby@FreeBSD.org
COMMENT= Mocking Hash library for Ruby
BUILD_DEPENDS= rubygem-hoe>=1.5.1:${PORTSDIR}/devel/rubygem-hoe
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>