freebsd-ports/misc/p5-Tie-DxHash/Makefile

32 lines
686 B
Makefile
Raw Normal View History

# New ports collection makefile for: Tie::DxHash
# Date created: 25 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Tie-DxHash
PORTVERSION= 1.02
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tie
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module implementing ordered hashes with duplicate keys
BUILD_DEPENDS= p5-version>0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Tie::DxHash.3
2006-12-09 10:54:02 +01:00
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
2006-12-09 10:54:02 +01:00
.endif
.include <bsd.port.post.mk>