16 lines
275 B
Makefile
16 lines
275 B
Makefile
|
COMMENT = compare difference between numbers against a given tolerance
|
||
|
|
||
|
DISTNAME = Test-Number-Delta-1.06
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 0
|
||
|
|
||
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||
|
|
||
|
# Apache 2
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|