19 lines
499 B
Makefile
19 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/10/07 13:57:26 asau Exp $
|
|
#
|
|
|
|
DISTNAME= prayertime-2.2
|
|
PKGNAME= ${PYPKGPREFIX}-m${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/p/prayertime/
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= http://bitbucket.org/xmonader/pyprayertime/
|
|
COMMENT= Prayertime algorithm implementation in python
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|