freebsd-ports/sysutils/unquote/Makefile
Ed Maste 91463de0b0 sysutils/unquote: disable date/time nonreproducible build warning
The base system build infrastructure will add -Wdate-time, to avoid
use of nonreproducible __DATE__ and __TIME__ in the base system.

This port makes use of the base system build infrastructure as well as
__DATE__ and/or __TIME__, so explicitly opt out of the warning.

PR:		267902 [exp-run]
Approved by:	jrm
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37504
2022-11-25 14:15:33 -05:00

20 lines
465 B
Makefile

PORTNAME= unquote
PORTVERSION= 1.0.b4
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/misc/unquote/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
MAINTAINER= ports@FreeBSD.org
COMMENT= Execute a command with safely quoted arguments
WWW= https://devel.ringlet.net/misc/unquote/
USES= uidfix
PLIST_FILES= bin/unquote man/man1/unquote.1.gz
.if !defined(NO_RELEASE)
MAKE_ENV+= RELEASE=yes
.endif
MAKE_ENV+= NO_WDATE_TIME=yes
.include <bsd.port.mk>