blob: 724bd39baeb8569468bda305de4ecf1291e4e573 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: chinsan
# $FreeBSD$
PORTNAME= pipestatus
PORTVERSION= 0.6.0
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= UNIX/POSIX shell helper for running pipes safely
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.options.mk>
do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|