mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
aaa287ad7c
no reply from maintainer, i've dropped the maintainer line
19 lines
366 B
Makefile
19 lines
366 B
Makefile
COMMENT = bencoding and bdecoding implementation
|
|
|
|
MODPY_DISTV = 4.0.0
|
|
DISTNAME = bencode.py-${MODPY_DISTV}
|
|
PKGNAME = py-bencode-${MODPY_DISTV}
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/fuzeman/bencode.py
|
|
|
|
# BitTorrent Open Source License, see LICENSE
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = pbr
|
|
|
|
.include <bsd.port.mk>
|