1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/ports-mgmt/pkg_tree/Makefile
Tatsuki Makino 83edd06e2a ports-mgmt/pkg_tree: moving manpages to share/man
Approved by:	portmgr (blanket)
2024-01-27 13:52:25 +03:00

21 lines
471 B
Makefile

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>