freebsd-ports/sysutils/unquote/Makefile
Eitan Adler 4ea635fd2d Hand back my ports to the pool.
Ports require time and TLC which I no longer have.
2014-09-24 06:00:09 +00:00

21 lines
434 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
USES= uidfix
PLIST_FILES= bin/unquote man/man1/unquote.1.gz
.if !defined(NO_RELEASE)
MAKE_ENV+= RELEASE=yes
.endif
.include <bsd.port.mk>