f9d357f13b
Tie::Hash::Indexed is very similar to Tie::IxHash. However, it is written completely in XS and usually about twice as fast as Tie::IxHash. It's quite a lot faster when it comes to clearing or deleting entries from large hashes. by Okan Demirmen (MAINTAINER) with some tweaks by me
20 lines
363 B
Makefile
20 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/26 21:22:44 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= ordered hashes for Perl
|
|
|
|
DISTNAME= Tie-Hash-Indexed-0.05
|
|
CATEGORIES= devel
|
|
MODULES= cpan
|
|
|
|
MAINTAINER= Okan Demirmen <okan@demirmen.com>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|