aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pp/Makefile
blob: 23e7fd0e815d665f7f91b8a74b546f44237d6938 (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: Artem Zaytsev <a.arepo@gmail.com>
# $FreeBSD$

PORTNAME=   pp
PORTVERSION=    1.03
CATEGORIES= sysutils
MASTER_SITES=   GOOGLE_CODE \
        http://de.nologin.ru/distfiles/sysutils/pp/
PROJECTHOST=    pipe-progress

MAINTAINER= a.arepo@gmail.com
COMMENT=    Small and fast progress bar for pipe

LICENSE=    BSD

USE_BZIP2=  yes

PLIST_FILES=    bin/pp

NO_STAGE=   yes
.include <bsd.port.mk>