# Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= capstone PORTVERSION= 2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python # Conflicts with devel/capstone distfile MAINTAINER= koobs@FreeBSD.org COMMENT= Python bindings for the Capstone Disassembly Engine LICENSE= BSD3CLAUSE LIB_DEPENDS= libcapstone.so:${PORTSDIR}/devel/capstone USES= python:2 USE_PYTHON= distutils autoplist .include