1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/p5-Tie-LLHash/Makefile
Steve Wills 1e8edb892a Perl module which 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.

WWW:	http://search.cpan.org/dist/Tie-LLHash/
2011-05-02 01:40:37 +00:00

24 lines
454 B
Makefile

# New ports collection makefile for: p5-Tie-LLHash
# Date created: 2011-04-26
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Tie-LLHash
PORTVERSION= 1.003
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KWILLIAMS
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl module which implements an ordered hash-like object
USE_PERL= yes
PERL_CONFIGURE= yes
MAN3= Tie::LLHash.3
.include <bsd.port.mk>