I've noticed (since too long already) when testing reverse depends that only one of the biology/bioperl tests is ran, due to a lack of TEST_DEPENDS.
Here is a diff that fixes that. While here, i've moved HOMEPAGE to https. Before: Failed 333/334 test programs. 0/0 subtests failed. After: Failed 1/334 test programs. 1/22057 subtests failed. biology/p5-Bio-ASN1-EntrezGene could have been added but then it creates a circular dependency. Any comment? Charlène. Index: Makefile =================================================================== RCS file: /cvs/ports/biology/bioperl/Makefile,v retrieving revision 1.19 diff -u -p -u -p -r1.19 Makefile --- Makefile 5 Apr 2016 12:21:41 -0000 1.19 +++ Makefile 8 Feb 2019 21:21:39 -0000 @@ -3,11 +3,11 @@ COMMENT= perl tools for bioinformatics DISTNAME= BioPerl-1.6.924 -REVISION= 0 +REVISION= 1 PKGNAME= ${DISTNAME:L}# No p5-prefix here. CATEGORIES= biology -HOMEPAGE= http://bioperl.org/ +HOMEPAGE= https://bioperl.org/ # perl PERMIT_PACKAGE_CDROM= Yes @@ -55,6 +55,10 @@ RUN_DEPENDS= biology/AcePerl \ www/p5-SOAP-Lite \ www/p5-URI \ www/p5-libwww +TEST_DEPENDS= devel/p5-Test-Most \ + www/p5-HTML-TableExtract + +MAKE_ENV += TEST_POD=Yes # Optional (not ported) dependencies: # Postscript-TextBlock