18 lines
372 B
Makefile
18 lines
372 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/03/24 09:12:02 steven Exp $
|
|
|
|
COMMENT= "benchmarking with statistical confidence"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Benchmark-Timer-0.7100
|
|
CATEGORIES= devel benchmarks
|
|
|
|
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|