mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
15 lines
338 B
Makefile
15 lines
338 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"
|