20 lines
505 B
Makefile
20 lines
505 B
Makefile
# $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>
|