diff options
Diffstat (limited to 'time/py-mxDateTime')
-rw-r--r-- | time/py-mxDateTime/Makefile | 3 | ||||
-rw-r--r-- | time/py-mxDateTime/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 58ab7a03163..318fc662342 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/22 18:30:59 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 17:32:08 wiz Exp $ # DISTNAME= mxDateTime-1.3.0 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .zip MAINTAINER= packages@netbsd.org HOMEPAGE= http://starship.python.net/~lemburg/mxDateTime.html +COMMENT= Python extension that provides new types and conversions for dates BUILD_DEPENDS= unzip:../../archivers/unzip DEPENDS+= python-2.0*:../../lang/python diff --git a/time/py-mxDateTime/pkg/COMMENT b/time/py-mxDateTime/pkg/COMMENT deleted file mode 100644 index ce4ff504f3c..00000000000 --- a/time/py-mxDateTime/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Python extension that provides new types and conversions for dates |