mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
cf118ccf87
Reported by: lwhsu
17 lines
366 B
Makefile
17 lines
366 B
Makefile
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>
|