aboutsummaryrefslogtreecommitdiff
path: root/sysutils/unquote/Makefile
blob: 3b827ea2aae0335793097e055215f30026b676be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

PLIST_FILES=	bin/unquote man/man1/unquote.1.gz

.if		!defined(NO_RELEASE)
MAKE_ENV+=	RELEASE=yes
.endif

.include <bsd.port.mk>