opnsense-ports/misc/ptsort/Makefile
Franco Fichtner 4cc825861a */*: sync with upstream
Taken from: HardenedBSD
2017-09-05 05:41:59 +02:00

18 lines
379 B
Makefile

# $FreeBSD$
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>