1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/p5-Text-Patch/Makefile

22 lines
393 B
Makefile

# $FreeBSD$
PORTNAME= Text-Patch
PORTVERSION= 1.8
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to patch text with given patch
RUN_DEPENDS= p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Text::Patch.3
NO_STAGE= yes
.include <bsd.port.mk>