openbsd-ports/textproc/p5-XML-Validator-Schema/Makefile

24 lines
547 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2008/10/06 17:02:17 jasper Exp $
2006-11-14 14:09:46 -05:00
COMMENT= validate XML schema using SAX
2006-11-14 14:09:46 -05:00
MODULES= cpan
DISTNAME= XML-Validator-Schema-1.10
2006-11-14 14:09:46 -05:00
CATEGORIES= textproc
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPEND= ::textproc/p5-XML-SAX
2006-11-14 14:09:46 -05:00
RUN_DEPENDS= ::devel/p5-Tree-DAG_Node \
::textproc/p5-XML-Filter-BufferText \
::textproc/p5-XML-SAX
REGRESS_DEPENDS= ::textproc/p5-XML-Filter-ExceptionLocator \
::textproc/p5-XML-SAX-Writer
.include <bsd.port.mk>