aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-mash/Makefile
blob: a3523694f7a06234815b339dd4e906a0eec92135 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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= ports@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>