freebsd-ports/converters/py-bencode/Makefile

21 lines
505 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= bencode
PORTVERSION= 1.0
CATEGORIES= converters devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Bencoding and bdecoding implementation
LICENSE= BTOSL
LICENSE_NAME= BitTorrent Open Source License
LICENSE_TEXT= See http://directory.fsf.org/wiki/License:BitTorrentOSL1.1
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
2014-08-29 19:28:42 +02:00
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>