freebsd-ports/ports-mgmt/pkg_tree/Makefile
Dmitry Marakasov 8c64da30f6 - Add LICENSE
- Simplify patching/installation
2016-11-23 14:41:04 +00:00

25 lines
473 B
Makefile

# Created by: Edwin Groothuis (edwin@mavetju.org)
# $FreeBSD$
PORTNAME= pkg_tree
PORTVERSION= 1.1
PORTREVISION= 4
CATEGORIES= ports-mgmt
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= ports@FreeBSD.org
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>