mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
25 lines
462 B
Makefile
25 lines
462 B
Makefile
COMMENT = bencoding and bdecoding implementation
|
|
|
|
MODPY_DISTV = 2.1.0
|
|
DISTNAME = bencode.py-${MODPY_DISTV}
|
|
PKGNAME = py-bencode-${MODPY_DISTV}
|
|
REVISION = 6
|
|
|
|
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
|
|
|
|
BUILD_DEPENDS = devel/py-pbr
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|