ports/devel/p5-Hash-Ordered/Makefile

21 lines
333 B
Makefile
Raw Normal View History

2023-09-27 17:15:09 +00:00
COMMENT = fast, pure-Perl ordered hash class
DISTNAME = Hash-Ordered-0.014
CATEGORIES = devel
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = cpan
TEST_DEPENDS = devel/p5-Test-Deep \
devel/p5-Test-FailWarnings \
devel/p5-Test-Fatal
PKG_ARCH = *
.include <bsd.port.mk>