Disable Pod coverage tests. No revision bump required.

from Andreas Voegele
This commit is contained in:
sthen 2012-04-08 22:04:33 +00:00
parent 8e97f8bcf7
commit aca47a903a

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:48 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2012/04/08 22:04:33 sthen Exp $
COMMENT = persistent Markdown processor for Catalyst
@ -23,6 +23,4 @@ RUN_DEPENDS = textproc/p5-Text-Markdown \
CONFIGURE_STYLE = modbuild
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>