1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/sysutils/rubygem-hieracles/Makefile
2020-02-21 10:10:18 +00:00

30 lines
709 B
Makefile

# $FreeBSD$
PORTNAME= hieracles
PORTVERSION= 0.4.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ports@FreeBSD.org
COMMENT= CLI tool for Hiera parameters visualisation and analysis
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-deep_merge>=1.0.1:devel/rubygem-deep_merge \
rubygem-awesome_print>=1.6.1:devel/rubygem-awesome_print \
rubygem-httparty>=0.13.7:www/rubygem-httparty
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/hc man/man1/hc.1.gz \
bin/ppdb man/man1/ppdb.1.gz \
bin/hieracles
post-install:
${INSTALL_MAN} ${WRKSRC}/hc.1 ${STAGEDIR}${PREFIX}/man/man1/
${INSTALL_MAN} ${WRKSRC}/ppdb.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>