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

21 lines
435 B
Makefile
Raw Normal View History

2010-10-18 13:47:50 -04:00
# $OpenBSD: Makefile,v 1.5 2010/10/18 17:47:55 espie Exp $
COMMENT= benchmarking with statistical confidence
MODULES= cpan
2009-04-02 10:04:19 -04:00
DISTNAME= Benchmark-Timer-0.7101
2007-03-24 05:12:02 -04:00
CATEGORIES= devel benchmarks
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
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
2009-04-02 10:04:19 -04:00
BUILD_DEPENDS = ::devel/p5-Module-Install
.include <bsd.port.mk>