16 lines
472 B
Makefile
16 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.32 2012/10/08 13:04:28 asau Exp $
|
|
#
|
|
|
|
DISTNAME= egenix-mx-base-3.2.4
|
|
PKGNAME= ${PYPKGPREFIX}-mxDateTime-3.2.4
|
|
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
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|