freebsd-ports/misc/ptsort/Makefile
2024-09-13 18:39:07 +02:00

18 lines
456 B
Makefile

PORTNAME= ptsort
PORTVERSION= 1.20240913
CATEGORIES= misc
MASTER_SITES= https://github.com/dag-erling/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= des@FreeBSD.org
COMMENT= Prioritized topological sort
WWW= https://github.com/dag-erling/ptsort
LICENSE= BSD3CLAUSE
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>