Merge branch 'staged'
[dports.git] / sysutils / topless / Makefile
1 PORTNAME=       topless
2 PORTVERSION=    1.52
3 CATEGORIES=     sysutils
4 MASTER_SITES=   https://people.freebsd.org/~daichi/src/
5
6 MAINTAINER=     koma2@lovepeers.org
7 COMMENT=        Display command output on the whole screen like "top"
8 WWW=            https://people.freebsd.org/~daichi/
9
10 LICENSE=        BSD2CLAUSE
11
12 USES=           perl5
13 USE_PERL5=      build
14 NO_ARCH=        yes
15
16 PLIST_FILES=    bin/topless man/man1/topless.1.gz
17
18 .include <bsd.port.mk>