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