db9227e638
- Reset maintainer
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# New ports collection makefile for: py-YABT
|
|
# Date created: 2008-09-20
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= YABT
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A General Purpose Braille Translation System
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|