aboutsummaryrefslogtreecommitdiffstats
path: root/converters/py-bencode/Makefile
blob: ee7cbc265a92bcdfe9bb3dc20ac211097187ebac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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

USES=       python:2
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>