freebsd-ports/devel/p5-Hash-MultiKey/Makefile
Martin Wilke 0d74383861 Hash::MultiKey provides hashes that accept arrayrefs of strings as keys.
WWW: http://search.cpan.org/dist/Hash-MultiKey/

PR:		ports/121381
Submitted by:	Marzhan Mykola <delgod at portaone.com>
2008-03-07 14:03:53 +00:00

21 lines
400 B
Makefile

# New ports collection makefile for: Hash::MultiKey
# Date created: Feb 28, 2008
# Whom: Marzhan Mykola <delgod@portaone.com>
#
# $FreeBSD$
#
PORTNAME= Hash-MultiKey
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= delgod@portaone.com
COMMENT= Hashes whose keys can be multiple
PERL_CONFIGURE= yes
MAN3= Hash::MultiKey.3
.include <bsd.port.mk>