freebsd-ports/devel/rubygem-metaid/Makefile
Sunpoet Po-Chuan Hsieh 68ca9974e3 - Add NO_ARCH
- Remove USE_RAKE
- Pass maintainership to ruby@
2015-06-07 20:40:46 +00:00

17 lines
298 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= metaid
PORTVERSION= 1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby metaprogramming helpers
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>