21 lines
435 B
Makefile
21 lines
435 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/10/18 17:47:55 espie Exp $
|
|
|
|
COMMENT= benchmarking with statistical confidence
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Benchmark-Timer-0.7101
|
|
CATEGORIES= devel benchmarks
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS = ::devel/p5-Module-Install
|
|
|
|
.include <bsd.port.mk>
|