1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/games/py-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

15 lines
342 B
Makefile

# New ports collection makefile for: py-anki
# Date created: 12 February 2008
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
MAINTAINER= ports@FreeBSD.org
COMMENT= Spaced-repetition memory training library
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MASTERDIR= ${.CURDIR}/../anki
.include "${MASTERDIR}/Makefile.inc"