freebsd-ports/devel/p5-PatchReader/Makefile
Marcus von Appen 7264a8204e - Ignore SVN property changes in PatchReader::Raw. They were mistaken
for line changes of the original patch.
- This fixes Bugzilla's patch viewer not to show SVN property changes as
  line additions or removals of a file.

PR:		197607
Reported by:	dim@
Approved by:	toni.viemero@iki.fi (maintainer)
2015-02-21 09:33:09 +00:00

18 lines
391 B
Makefile

# Created by: Toni Viemerö <toni.viemero@iki.fi>
# $FreeBSD$
PORTNAME= PatchReader
PORTVERSION= 0.9.6
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TMANNERM
PKGNAMEPREFIX= p5-
MAINTAINER= toni.viemero@iki.fi
COMMENT= Perl module with utilities to read and manipulate patches and CVS
USES= perl5 dos2unix
USE_PERL5= configure
.include <bsd.port.mk>