1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/games/anki/Makefile
Ruslan Makhmatkhanov dab0cfc060 - according to [1] py-anki had switched to SQLAlchemy 0.7
since version 1.2.9, so change the dependency

While I'm here:
- strict python version to 2.x only
- eliminate unused dependencies
- use PYTHON_PKGNAMEPREFIX in _DEPENDS
- add missing tabs
- bump PORTREVISION because of dependencies change

[1] http://ankisrs.net/changes.html

PR:		168555
Submitted by:	Jan Beich <jbeich at tormail dot org>
2012-06-10 07:27:48 +00:00

16 lines
304 B
Makefile

# New ports collection makefile for: anki
# Date created: 9 August 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
MAINTAINER= ports@FreeBSD.org
COMMENT= Flashcard trainer with spaced repetition
LICENSE= GPLv3
MASTERDIR= ${.CURDIR}
.include "${MASTERDIR}/Makefile.inc"