summaryrefslogtreecommitdiff
path: root/misc/ptsort/Makefile
blob: 24b6011922e0b2d1c0a50f4225513b9080325d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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>