15 lines
227 B
Makefile
15 lines
227 B
Makefile
|
COMMENT= perl module for validating XML
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= XML-Checker-0.13
|
||
|
REVISION= 2
|
||
|
CATEGORIES= textproc
|
||
|
|
||
|
RUN_DEPENDS= textproc/p5-XML-DOM>=1.29
|
||
|
|
||
|
# GPL/Artistic
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|