freebsd-ports/devel/p5-Hash-AutoHash/Makefile
Sunpoet Po-Chuan Hsieh 904b3fa5f3 - Change PERL_MODBUILD to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by:	az
With hat:	perl
2011-09-17 07:09:05 +00:00

27 lines
701 B
Makefile

# New ports collection makefile for: p5-Hash-AutoHash
# Date created: 2010-09-13
# Whom: Frederic Culot <frederic@culot.org>
#
# $FreeBSD$
#
PORTNAME= Hash-AutoHash
PORTVERSION= 1.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Object-oriented access to real and tied hashes
BUILD_DEPENDS= p5-Tie-Hash-MultiValue>0:${PORTSDIR}/devel/p5-Tie-Hash-MultiValue
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-List-MoreUtils>=0.09:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Tie-ToObject>0:${PORTSDIR}/devel/p5-Tie-ToObject
TEST_DEPENDS= p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep
PERL_MODBUILD= yes
MAN3= Hash::AutoHash.3
.include <bsd.port.mk>