mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
21 lines
469 B
Makefile
21 lines
469 B
Makefile
# Created by: Edwin Groothuis (edwin@mavetju.org)
|
|
|
|
PORTNAME= pkg_tree
|
|
DISTVERSION= 1.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= https://www.mavetju.org/download/
|
|
|
|
MAINTAINER= tatsuki_makino@hotmail.com
|
|
COMMENT= Get a 'graphical' tree-overview of installed packages
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= pkg_tree
|
|
NO_ARCH= yes
|
|
PLIST_FILES= bin/pkg_tree \
|
|
man/man7/pkg_tree.7.gz
|
|
|
|
.include <bsd.port.mk>
|