032330cc26
This class implements an ordered hash-like object. It's a cross between a Perl hash and a linked list. Use it whenever you want the speed and structure of a Perl hash, but the orderedness of a list. ok merdely@
15 lines
283 B
Makefile
15 lines
283 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/09 22:54:42 sthen Exp $
|
|
COMMENT= ordered hashes
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Tie-LLHash-1.003
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|