mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
21 lines
350 B
Makefile
21 lines
350 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= XML-SemanticDiff
|
|
PORTVERSION= 1.0004
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Perl extension for comparing XML documents
|
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=0:perl/p5-XML-Parser
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|