16 lines
319 B
Makefile
16 lines
319 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/12/21 13:49:06 benoit Exp $
|
|
|
|
COMMENT = compare difference between numbers against a given tolerance
|
|
|
|
DISTNAME = Test-Number-Delta-1.06
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Apache 2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|