mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
21 lines
422 B
Makefile
21 lines
422 B
Makefile
# Created by: roam@FreeBSD.org
|
|
|
|
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
|
|
|
|
USES= uidfix
|
|
|
|
PLIST_FILES= bin/unquote man/man1/unquote.1.gz
|
|
|
|
.if !defined(NO_RELEASE)
|
|
MAKE_ENV+= RELEASE=yes
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|