diff options
author | tobez <tobez@FreeBSD.org> | 2005-10-16 16:23:36 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-10-16 16:23:36 +0800 |
commit | 0f058ea63bb08e9e6a2530eb38e49d304c2dfca9 (patch) | |
tree | 61006ebea5422996fb9a8872d1e07dda5fbef1c6 /textproc/p5-WDDX | |
parent | e93184cd9d342b7dd4a011f35703e540aab2096a (diff) | |
download | freebsd-ports-gnome-0f058ea63bb08e9e6a2530eb38e49d304c2dfca9.tar.gz freebsd-ports-gnome-0f058ea63bb08e9e6a2530eb38e49d304c2dfca9.tar.zst freebsd-ports-gnome-0f058ea63bb08e9e6a2530eb38e49d304c2dfca9.zip |
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/p5-WDDX')
-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 48b1fa8caf08..bb66bd16864c 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: |