freebsd-ports/converters/py-bcode/Makefile
Mark Felder 96b0c96c5c converters/py-bcode: Fix python dependency
Should depend on Python 2.7, not the Python 2 metaport

Reported by:	koobs
2016-11-16 15:42:55 +00:00

19 lines
366 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= bcode
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= converters devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Another bencode implementation
LICENSE= MIT
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>