blob: da214d71b17116a18f40f0ee15c9f0109726c605 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= capstone
PORTVERSION= 3.0.4
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:${PORTSDIR}/devel/capstone
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|