pkgsrc-wip/py-prayertime/Makefile
Aleksej Saushev 110a050a9b Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 13:57:25 +00:00

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"