mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
bc03b273ca
With Hat: ruby@ Tested by: make checksum
24 lines
411 B
Makefile
24 lines
411 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= RG
|
|
|
|
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>
|