# New ports collection makefile for:	textproc/p5-Filter-Simple
# Date created:				15 October 2003
# Whom:					philip@p6m7g8.com
#
# $FreeBSD: ports/textproc/p5-Filter-Simple/Makefile,v 1.8 2009/01/12 00:09:42 pgollucci Exp $
#

PORTNAME=	Filter-Simple
PORTVERSION=	0.84
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	pgollucci@FreeBSD.org
COMMENT=	Simplified source filtering

PERL_CONFIGURE=	yes

MAN3=	Filter::Simple.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+=	${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
		${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter
RUN_DEPENDS+=	${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
		${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter
.endif

.include <bsd.port.post.mk>
