# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_0_0/devel/p5-IO-TieCombine/Makefile 327724 2013-09-20 17:13:42Z bapt $

PORTNAME=	IO-TieCombine
PORTVERSION=	1.002
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Perl 5 module to produce tied separate but combined variables

USES=		perl5
USE_PERL5=	configure

MAN3=	IO::TieCombine.3 \
	IO::TieCombine::Handle.3 \
	IO::TieCombine::Scalar.3

NO_STAGE=	yes
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
.endif

.include <bsd.port.post.mk>
