diff --git a/devel/py-donut-shellcode/Makefile b/devel/py-donut-shellcode/Makefile index 644f0d586c9b..295d4755e93c 100644 --- a/devel/py-donut-shellcode/Makefile +++ b/devel/py-donut-shellcode/Makefile @@ -1,25 +1,28 @@ PORTNAME= donut-shellcode DISTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= acm@FreeBSD.org COMMENT= donut shellcode Python C extension WWW= https://github.com/TheWover/donut LICENSE= BSD3CLAUSE +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= ships precompiled libraries for these two only + USES= dos2unix python USE_PYTHON= distutils autoplist DOS2UNIX_GLOB= *.py .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif .include