21 lines
296 B
Makefile
21 lines
296 B
Makefile
|
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>
|