freebsd-ports/converters/py-bencoder/Makefile

21 lines
352 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= bencoder
PORTVERSION= 0.2.1
CATEGORIES= converters
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= neel@neelc.org
COMMENT= Simple up-to-date bencode decoder-encoder library on pure Python
LICENSE= GPLv1
USE_GITHUB= yes
GH_ACCOUNT= utdemir
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>