summaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_tree/Makefile
blob: 53aa24121fc72a8699290a464c39a57fe6c07982 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	pkg_tree
DISTVERSION=	1.1
PORTREVISION=	6
CATEGORIES=	ports-mgmt
MASTER_SITES=	https://www.mavetju.org/download/

MAINTAINER=	tatsuki_makino@hotmail.com
COMMENT=	Get a 'graphical' tree-overview of installed packages
WWW=		https://www.mavetju.org/unix/general.php

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		perl5 shebangfix
SHEBANG_FILES=	pkg_tree
NO_ARCH=	yes
PLIST_FILES=	bin/pkg_tree \
		share/man/man7/pkg_tree.7.gz

.include <bsd.port.mk>