28 lines
533 B
Makefile
28 lines
533 B
Makefile
COMMENT = bencoding and bdecoding implementation
|
|
|
|
MODPY_EGG_VERSION = 2.1.0
|
|
DISTNAME = bencode.py-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-bencode-${MODPY_EGG_VERSION}
|
|
REVISION = 3
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
|
|
|
|
# BitTorrent Open Source License
|
|
# BTOSL http://www.bittorrent.com/license
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
BUILD_DEPENDS = devel/py-pbr${MODPY_FLAVOR}
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|