opnsense-ports/textproc/p5-Text-Patch/Makefile
2022-09-07 22:33:21 +02:00

18 lines
390 B
Makefile

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>