diff options
author | tobez <tobez@FreeBSD.org> | 2005-10-16 08:23:36 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-10-16 08:23:36 +0000 |
commit | 0f058ea63bb08e9e6a2530eb38e49d304c2dfca9 (patch) | |
tree | 61006ebea5422996fb9a8872d1e07dda5fbef1c6 /textproc | |
parent | e93184cd9d342b7dd4a011f35703e540aab2096a (diff) | |
download | FreeBSD-ports-0f058ea63bb08e9e6a2530eb38e49d304c2dfca9.zip FreeBSD-ports-0f058ea63bb08e9e6a2530eb38e49d304c2dfca9.tar.gz |
Do not do tests during build, as it requires Test::More, which is not
always available (and not needed to build or run this module).
Noticed by: kris via pointyhat
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-WDDX/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/p5-WDDX/Makefile b/textproc/p5-WDDX/Makefile index 48b1fa8..bb66bd1 100644 --- a/textproc/p5-WDDX/Makefile +++ b/textproc/p5-WDDX/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser PERL_CONFIGURE= yes -ALL_TARGET= all test MAN3= WDDX.3 post-install: |