freebsd-ports/devel/p5-IO-TieCombine/Makefile
Martin Wilke 4b5172ede3 - Update to 1.002
PR:		166970
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-03 16:01:04 +00:00

29 lines
609 B
Makefile

# New ports collection makefile for: p5-IO-TieCombine
# Date created: 2008-11-23
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
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
PERL_CONFIGURE= yes
MAN3= IO::TieCombine.3 \
IO::TieCombine::Handle.3 \
IO::TieCombine::Scalar.3
.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>