de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
15 lines
354 B
Makefile
15 lines
354 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
|
|
PORTREVISION= 2
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
MASTERDIR= ${.CURDIR}/../anki
|
|
|
|
.include "${MASTERDIR}/Makefile.inc"
|