18 lines
483 B
Makefile
18 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/02/28 14:53:05 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= python-dateutil-1.5
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|