df4e1203e4
ok jasper@ (final commit)
22 lines
451 B
Makefile
22 lines
451 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:46:50 ajacoutot Exp $
|
|
|
|
COMMENT= subclass for non-blocking (incremental) parsing
|
|
|
|
DISTNAME= XML-SAX-Expat-Incremental-0.05
|
|
REVISION= 0
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-SAX-Expat
|
|
REGRESS_DEPENDS= devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|