22 lines
351 B
Makefile
22 lines
351 B
Makefile
COMMENT = time multiple executions of a command
|
|
|
|
DISTNAME = multitime-1.3
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://tratt.net/laurie/src/multitime/
|
|
|
|
MAINTAINER = Laurence Tratt <laurie@tratt.net>
|
|
|
|
# BSD / MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}releases/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_TEST = Yes
|
|
|
|
WANTLIB = c m
|
|
|
|
.include <bsd.port.mk>
|