22 lines
400 B
Makefile
22 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>
|