freebsd-ports/devel/py-capstone/Makefile
Kurt Jaeger f54fee3c6c devel/capstone: move to capstone3, introduce capstone4
- update py-capstone to use capstone3

PR:		206941
Submitted by:	oleksii.tsai@gmail.com
Approved by:	oliver.pntr@gmail.com (maintainer timeout)
2016-07-10 12:57:26 +00:00

23 lines
530 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= capstone
PORTVERSION= 3.0.4
PORTREVISION= 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
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
LIB_DEPENDS= libcapstone.so:devel/capstone3
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>