2008-12-24 18:55:01 +01:00
|
|
|
# New ports collection makefile for: Text-Diff-Parser
|
|
|
|
# Date created: 24 Dec 2008
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Diff-Parser
|
2009-09-17 15:46:01 +02:00
|
|
|
PORTVERSION= 0.1001
|
2008-12-24 18:55:01 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-01-10 04:54:09 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-12-24 18:55:01 +01:00
|
|
|
COMMENT= Parse patch files containing unified and standard diffs
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::Diff::Parser.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|