21 lines
293 B
Makefile
21 lines
293 B
Makefile
COMMENT = fuzzy number comparison with Test::Deep
|
|
|
|
DISTNAME = Test-Deep-Fuzzy-0.01
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Test-Deep \
|
|
math/p5-Math-Round
|
|
|
|
CONFIGURE_STYLE = modbuild tiny
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|