82b95255cd
- While I'm here, take maintainership PR: 244445 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
21 lines
347 B
Makefile
21 lines
347 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bencoder
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= converters
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple bencode decoder/encoder library in pure Python
|
|
|
|
LICENSE= GPLv1
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= utdemir
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|