2008-12-28 17:04:54 +01:00
|
|
|
# New ports collection makefile for: rubygem-metaid
|
|
|
|
# Date created: 28, Dec 2008
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= metaid
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2008-12-28 17:04:54 +01:00
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= Ruby metaprogramming helpers
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
USE_RAKE= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-12-28 17:04:54 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|