aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-opcodes/Makefile
blob: fe1148999d24eeab0fd097f663fdcba34d19066b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	opcodes
DISTVERSION=	0.3.14
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Database of processor instructions/opcodes
WWW=		https://github.com/Maratyszcza/Opcodes

LICENSE=	BSD2CLAUSE

USES=		python
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>