ports/devel/envsubst/Makefile
2024-11-08 13:17:12 +01:00

24 lines
518 B
Makefile

PORTNAME= envsubst
PORTVERSION= 0.1
CATEGORIES= devel
MASTER_SITES= https://distfiles.dereferenced.org/envsubst/
MAINTAINER= ports@FreeBSD.org
COMMENT= Perform variable substitutions on input
WWW= https://github.com/kaniini/envsubst
LICENSE= ISCL
USES= tar:xz
USE_CSTD= c99
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/isc-${PORTNAME}
post-install:
${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/isc-${PORTNAME}
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/isc-${PORTNAME}
.include <bsd.port.mk>