openbsd-ports/devel/p5-Tie-LLHash/Makefile
sthen 032330cc26 import p5-Tie-LLHash
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@
2007-09-09 22:54:42 +00:00

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>