19 lines
523 B
Makefile
19 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.29 2009/05/30 01:01:41 zafer Exp $
|
|
#
|
|
|
|
DISTNAME= egenix-mx-base-2.0.6
|
|
PKGNAME= ${PYPKGPREFIX}-mxDateTime-2.0.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= time python
|
|
MASTER_SITES= http://downloads.egenix.com/python/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.egenix.com/files/python/mxDateTime.html
|
|
COMMENT= Python extension that provides types and conversions for dates
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|