blob: 2a4059d45806d174566303e2845ea21cb53c60fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: typetrainer
# Date created: 29 January 2011
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= typetrainer
PORTVERSION= 0.5.2
PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
MAINTAINER= rm@FreeBSD.org
COMMENT= Typing tutor trainer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>
|