openbsd-ports/devel/p5-Benchmark-Timer/Makefile

20 lines
420 B
Makefile
Raw Normal View History

2011-05-13 09:20:31 -04:00
# $OpenBSD: Makefile,v 1.8 2011/05/13 13:20:31 giovanni Exp $
COMMENT= benchmarking with statistical confidence
MODULES= cpan
2011-05-13 09:20:31 -04:00
DISTNAME= Benchmark-Timer-0.7102
2007-03-24 05:12:02 -04:00
CATEGORIES= devel benchmarks
2009-04-02 10:04:19 -04:00
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
2009-04-02 10:04:19 -04:00
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-15 14:45:56 -05:00
BUILD_DEPENDS = devel/p5-Module-Install
2009-04-02 10:04:19 -04:00
.include <bsd.port.mk>