opnsense-ports/converters/py-bcode/Makefile
Franco Fichtner 6b0fddc208 */*: sync with upstream
Taken from: HardenedBSD
2018-10-07 08:41:37 +02:00

19 lines
367 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= ports@FreeBSD.org
COMMENT= Another bencode implementation
LICENSE= MIT
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>