ef6c22b0a2
Feature safe: yes
20 lines
415 B
Makefile
20 lines
415 B
Makefile
# New ports collection makefile for: rubygem-drydock
|
|
# Date created: 2011-11-03
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= drydock
|
|
PORTVERSION= 0.6.9
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Build seaworthy command-line apps with a powerful Ruby DSL
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|