freebsd-ports/devel/py-capstone/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

21 lines
489 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $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 <bsd.port.mk>