opnsense-ports/sysutils/unquote/Makefile
Franco Fichtner c9798a7233 */*: sync with upstream
Taken from: HardenedBSD
2017-09-27 18:40:03 +02:00

23 lines
458 B
Makefile

# Created by: roam@FreeBSD.org
# $FreeBSD$
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
USE_HARDENING= pie:off
USES= uidfix
PLIST_FILES= bin/unquote man/man1/unquote.1.gz
.if !defined(NO_RELEASE)
MAKE_ENV+= RELEASE=yes
.endif
.include <bsd.port.mk>