843ade1030
- Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby
24 lines
441 B
Makefile
24 lines
441 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
|
|
|
|
RUN_DEPENDS= rubygem-hoe>=1.5.1:${PORTSDIR}/devel/rubygem-hoe
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|