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