aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Tie-DxHash/Makefile
blob: 2ad60985f3f3252e223405bcd3e8f8a5c4989f4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    Tie::DxHash
# Date created:             25 Jan 2002
# Whom:                 Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#

PORTNAME=   Tie-DxHash
PORTVERSION=    0.93
CATEGORIES= misc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tie
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Keeps insertion order, allows duplicate keys

PERL_CONFIGURE= yes

MAN3=       Tie::DxHash.3

.include <bsd.port.mk>