1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Switch to more suitable ONLY_FOR_ARCHS

- Switch to new test framework

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-07-03 08:37:35 +00:00
parent 3d94129769
commit 3231ee0a0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473805

View File

@ -10,13 +10,8 @@ COMMENT= Very fast port scanner
LICENSE= GPLv3
BROKEN_aarch64= invokes x86 assembler
BROKEN_armv6= invokes x86 assembler
BROKEN_armv7= invokes x86 assembler
BROKEN_mips= invokes x86 assembler
BROKEN_mips64= invokes x86 assembler
BROKEN_sparc64= invokes x86 assembler
BROKEN_powerpc64= invokes x86 assembler
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= invokes x86 assembler
USES= gmake
USE_GITHUB= yes
@ -37,7 +32,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/masscan ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/masscan.8 ${STAGEDIR}${MANPREFIX}/man/man8
regression-test: build
do-test:
${WRKSRC}/bin/masscan --selftest
.include <bsd.port.post.mk>