# $MidnightBSD: trunk/textproc/p5-Text-Patch/Makefile 20753 2015-11-13 00:48:56Z laffer1 $
# $FreeBSD: head/textproc/p5-Text-Patch/Makefile 373448 2014-11-26 13:08:24Z mat $

PORTNAME=	Text-Patch
PORTVERSION=	1.8
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Perl extension to patch text with given patch

LICENSE=	artistic gpl
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff
BUILD_DEPENDS:=	${RUN_DEPENDS}

USES=		perl5
USE_PERL5=	configure
PERL_CONFIGURE=	yes

.include <bsd.port.mk>
