mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
19 lines
526 B
Makefile
19 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:26 wiz Exp $
|
|
|
|
DISTNAME= python-dateutil-2.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= http://labix.org/download/python-dateutil/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://labix.org/python-dateutil
|
|
COMMENT= Extensions to the standard datetime module (Python-3.x version)
|
|
LICENSE= modified-bsd
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 26 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|