forked from Lainports/opnsense-ports
17 lines
409 B
Makefile
17 lines
409 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
|
|
WWW= https://github.com/dag-erling/ptsort
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|