freebsd-ports/misc/py-YABT/Makefile
Marcus von Appen 273cb9ed49 - Convert ports of misc/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:59:37 +00:00

17 lines
352 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= YABT
PORTVERSION= 2.0.2
PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= General Purpose Braille Translation System
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>