2004-01-18 15:37:24 +01:00
|
|
|
# New ports collection makefile for: XML-DifferenceMarkup
|
|
|
|
# Date created: 18 January 2004
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-DifferenceMarkup
|
2004-05-24 13:10:40 +02:00
|
|
|
PORTVERSION= 0.11
|
2004-01-18 15:37:24 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-01-18 15:37:24 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-01-18 15:37:24 +01:00
|
|
|
COMMENT= This module implements an XML diff producing XML output
|
|
|
|
|
2012-06-04 20:08:03 +02:00
|
|
|
BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
|
|
|
p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-01-18 15:37:24 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= XML::DifferenceMarkup.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|