aboutsummaryrefslogtreecommitdiffstats
path: root/misc/py-YABT/Makefile
blob: a1f24e9e81a2122f9856e9bd251b7a454c6d4f9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    py-YABT
# Date created:     2008-09-20
# Whom:         Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   YABT
PORTVERSION=    1.0.2
CATEGORIES= misc python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= wenheping@gmail.com
COMMENT=    A General Purpose Braille Translation System

USE_PYTHON= yes
USE_PYDISTUTILS=    easy_install

.include <bsd.port.mk>