2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2008-12-24 18:55:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Text-Diff-Parser
|
2009-09-17 15:46:01 +02:00
|
|
|
PORTVERSION= 0.1001
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2008-12-24 18:55:01 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2008-12-24 18:55:01 +01:00
|
|
|
COMMENT= Parse patch files containing unified and standard diffs
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2014-05-01 07:26:32 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-12-24 18:55:01 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|