openbsd-ports/devel/py-mxDateTime/Makefile
sturm 7349e2bcce NOT_FOR_ARCHS=${NO_SHARED_ARCHS}
from Xavier Santolaria
2004-01-29 17:13:37 +00:00

30 lines
598 B
Makefile

# $OpenBSD: Makefile,v 1.9 2004/01/29 17:13:37 sturm Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "Date and Time types for Python"
VERSION= 2.0.3
DISTNAME= egenix-mx-base-${VERSION}
PKGNAME= py-mxDateTime-${VERSION}
CATEGORIES= devel
MASTER_SITES= http://www.lemburg.com/files/python/
HOMEPAGE= http://www.lemburg.com/files/python/eGenix-mx-Extensions.html
MAINTAINER= Maurice Nonnekes <maurice@amaze.nl>
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
MODULES= python
MODPY_VERSION= 2.1
NO_REGRESS= Yes
.include <bsd.port.mk>