freebsd-ports/textproc/p5-Text-Diff-Parser/Makefile
Philip M. Gollucci 44de8f9308 - Update to 0.0900
PR:             ports/134796
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:41:49 +00:00

21 lines
427 B
Makefile

# New ports collection makefile for: Text-Diff-Parser
# Date created: 24 Dec 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Text-Diff-Parser
PORTVERSION= 0.0900
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Parse patch files containing unified and standard diffs
PERL_CONFIGURE= yes
MAN3= Text::Diff::Parser.3
.include <bsd.port.mk>