openbsd-ports/sysutils/multitime/Makefile
edd cc767b7060 Update to multitime-1.2.
From upstream and MAINTAINER, Laurence Tratt.
2012-12-21 14:44:29 +00:00

27 lines
498 B
Makefile

# $OpenBSD: Makefile,v 1.3 2012/12/21 14:44:29 edd Exp $
COMMENT = time multiple executions of a command
DISTNAME = multitime-1.2
CATEGORIES = sysutils
HOMEPAGE = http://tratt.net/laurie/src/multitime/
MAINTAINER = Laurence Tratt <laurie@tratt.net>
# BSD / MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}releases/
CONFIGURE_STYLE = gnu
NO_REGRESS = Yes
WANTLIB = c m
.include <bsd.port.mk>