aboutsummaryrefslogblamecommitdiff
path: root/misc/ptsort/Makefile
blob: 9d896347f3890ac1435f55c1b8dca8d4a5212351 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                           
PORTNAME=	ptsort
PORTVERSION=	1.20170904
CATEGORIES=	misc
MASTER_SITES=	https://github.com/dag-erling/${PORTNAME}/releases/download/${PORTVERSION}/

MAINTAINER=	des@FreeBSD.org
COMMENT=	Prioritized topological sort

LICENSE=	BSD3CLAUSE

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>