openbsd-ports/devel/p5-Tie-IxHash/Makefile
bernd 6a21405635 Initial import of Tie-IxHash-1.21.
This Perl module implements Perl hashes that preserve the order in which
the hash elements were added. The order is not affected when values
corresponding to existing keys in the IxHash are changed. The elements
can also be set to any arbitrary supplied order. The familiar perl array
operations can also be performed on the IxHash.
2006-06-26 09:21:05 +00:00

21 lines
409 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/06/26 09:21:05 bernd Exp $
COMMENT= "ordered associative arrays for Perl"
DISTNAME= Tie-IxHash-1.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>