mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
dab0cfc060
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>
15 lines
342 B
Makefile
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"
|