aboutsummaryrefslogtreecommitdiff
path: root/sysutils/topless/Makefile
blob: cadd3bb77196ee3ce5f5358ecfa55d993d69a3b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: koma2@lovepeers.org
# $FreeBSD$

PORTNAME=	topless
PORTVERSION=	1.52
CATEGORIES=	sysutils
MASTER_SITES=	https://people.freebsd.org/~daichi/src/

MAINTAINER=	koma2@lovepeers.org
COMMENT=	Display command output on the whole screen like "top"

LICENSE=	BSD2CLAUSE

USES=		perl5
USE_PERL5=	build
NO_ARCH=	yes

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

.include <bsd.port.mk>