diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-10 02:31:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-10 02:31:46 +0800 |
commit | cdfbfcbf5bf11c0da550b595393c554e27d901fa (patch) | |
tree | 60b0853d19487b4efa5b5fc1fdb88a056fb5dda7 | |
parent | 391afceada6bb58c583d0c9584a40701e00feac4 (diff) | |
download | freebsd-ports-gnome-cdfbfcbf5bf11c0da550b595393c554e27d901fa.tar.gz freebsd-ports-gnome-cdfbfcbf5bf11c0da550b595393c554e27d901fa.tar.zst freebsd-ports-gnome-cdfbfcbf5bf11c0da550b595393c554e27d901fa.zip |
- Update BROKEN: use lowercase and add CPAN ticket link
- Do not silence installation message
-rw-r--r-- | devel/p5-Devel-MAT/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Devel-MAT/Makefile b/devel/p5-Devel-MAT/Makefile index 39d84460decd..666455b5b4c4 100644 --- a/devel/p5-Devel-MAT/Makefile +++ b/devel/p5-Devel-MAT/Makefile @@ -35,10 +35,10 @@ RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable .endif .if ${PERL_LEVEL} >= 502200 -BROKEN= Fails to build with Perl >= 5.22 +BROKEN= fails to build with Perl 5.22 or above, see https://rt.cpan.org/Public/Bug/Display.html?id=100458 for further information .endif post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so .include <bsd.port.post.mk> |