openbsd-ports/devel/py-mxDateTime/Makefile
sturm 239ae26a0f - simple conversions to use the new python module
- while here, remove WWW from DESCR

all work done by Xavier Santolaria <xavier@santolaria.net>
2003-07-31 19:11:59 +00:00

28 lines
563 B
Makefile

# $OpenBSD: Makefile,v 1.8 2003/07/31 19:11:59 sturm Exp $
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>