23 lines
356 B
Makefile
23 lines
356 B
Makefile
# $OpenBSD: Makefile,v 1.6 2020/07/03 21:45:54 sthen Exp $
|
|
|
|
COMMENT = compare XML documents
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
DISTNAME = XML-SemanticDiff-1.0007
|
|
REVISION = 0
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = textproc/p5-XML-Parser
|
|
|
|
TEST_DEPENDS = devel/p5-Test-TrailingSpace
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|