22 lines
372 B
Makefile
22 lines
372 B
Makefile
COMMENT = execute interleaved sequences of commands
|
|
|
|
DISTNAME = cmdseq-0.2
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://tratt.net/laurie/src/cmdseq/
|
|
|
|
MAINTAINER = Laurence Tratt <laurie@tratt.net>
|
|
|
|
# Apache-2.0 / MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE:=releases/}
|
|
|
|
EXTRACT_SUFX = .tgz
|
|
|
|
PKG_ARCH = *
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|