summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Patch/Makefile
blob: a1575e5672130afc27ed3c36a75276c3d9570e32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	Text-Patch
PORTVERSION=	1.8
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension to patch text with given patch
WWW=		https://metacpan.org/release/Text-Patch

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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>