forked from Lainports/freebsd-ports
Changelog on https://github.com/Gandi/hieracles/blob/master/CHANGELOG.md PR: ports/204774 Submitted by: mose <mose@gandi.net> (maintainer) Sponsored by: gandi.net
25 lines
523 B
Makefile
25 lines
523 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hieracles
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mose@gandi.net
|
|
COMMENT= CLI tool for Hiera parameters visualisation and analysis
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-deep_merge>=1.0.1:${PORTSDIR}/devel/rubygem-deep_merge
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/hc man/man1/hc.1.gz
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/hc.1 ${STAGEDIR}${PREFIX}/man/man1/
|
|
|
|
.include <bsd.port.mk>
|