diff options
author | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-06-16 09:17:06 +0000 |
---|---|---|
committer | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-06-16 09:17:06 +0000 |
commit | f9c97a19c8c29c4a4a97b2a32af9a2d0a65784b4 (patch) | |
tree | dcfdb2be79bf17dcb2103c74a4c77101ca1008a2 /devel/py-durus/Makefile | |
parent | 53a682061547fd7a383aa6281c0718e0fa2f9fb9 (diff) |
Notes
Diffstat (limited to 'devel/py-durus/Makefile')
-rw-r--r-- | devel/py-durus/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/py-durus/Makefile b/devel/py-durus/Makefile index f02027d89f23..210a98f0399c 100644 --- a/devel/py-durus/Makefile +++ b/devel/py-durus/Makefile @@ -6,14 +6,16 @@ # PORTNAME= durus -PORTVERSION= 3.6 +PORTVERSION= 3.7 CATEGORIES= devel python MASTER_SITES= http://www.mems-exchange.org/software/durus/ \ + ${MASTER_SITE_LOCAL} \ http://dryice.name/computer/FreeBSD/distfiles/ +MASTER_SITE_SUBDIR= dryice PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Durus-${PORTVERSION} -MAINTAINER= dryice@dryice.name +MAINTAINER= dryice@FreeBSD.org COMMENT= A persistent object storage system for Python USE_PYTHON= 2.4+ |