forked from Lainports/freebsd-ports
19 lines
328 B
Makefile
19 lines
328 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opcodes
|
|
DISTVERSION= 0.3.14
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Database of processor instructions/opcodes
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|