freebsd-ports/sysutils/rubygem-hammer_cli/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

34 lines
974 B
Makefile

# Created by: Michael Moll <kvedulv@kvedulv.de>
# $FreeBSD$
PORTNAME= hammer_cli
PORTVERSION= 0.6.1
CATEGORIES= sysutils ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides CLI interfaces for Ruby apps
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-apipie-bindings>=0.0.14:devel/rubygem-apipie-bindings \
rubygem-awesome_print>=0:devel/rubygem-awesome_print \
rubygem-clamp>=1.0.0:devel/rubygem-clamp \
rubygem-fast_gettext>=0:devel/rubygem-fast_gettext \
rubygem-highline>=0:devel/rubygem-highline \
rubygem-locale>=2.0.6:devel/rubygem-locale \
rubygem-logging>=0:devel/rubygem-logging \
rubygem-table_print>=0:devel/rubygem-table_print
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
${INSTALL_DATA} ${WRKSRC}/config/cli_config.template.yml \
${STAGEDIR}${PREFIX}/etc/hammer/cli_config.yml.sample
.include <bsd.port.mk>