22 lines
317 B
Makefile
22 lines
317 B
Makefile
|
COMMENT = compare JSON with Test::Deep
|
||
|
|
||
|
DISTNAME = Test-Deep-JSON-0.05
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
RUN_DEPENDS = converters/p5-JSON-MaybeXS \
|
||
|
devel/p5-Exporter-Lite \
|
||
|
devel/p5-Test-Deep
|
||
|
|
||
|
CONFIGURE_STYLE = modbuild tiny
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|