21 lines
333 B
Makefile
21 lines
333 B
Makefile
|
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>
|