freebsd-ports/sysutils/unquote/Makefile
Eitan Adler ed59156ea9 Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
2013-03-08 20:23:38 +00:00

23 lines
455 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= eadler@FreeBSD.org
COMMENT= Execute a command with safely quoted arguments
MAN1= unquote.1
MANCOMPRESSED= yes
PLIST_FILES= bin/unquote
MAKE_JOBS_SAFE= yes
.if !defined(NO_RELEASE)
MAKE_ENV+= RELEASE=yes
.endif
.include <bsd.port.mk>