diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-16 06:58:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-16 06:58:31 +0000 |
commit | ad2b4d8960a9f2753303bb132b62cedd7e911050 (patch) | |
tree | 802ebf71305dfdd6f986a5cd0dec542990be1b5d /dns/py-dns/Makefile | |
parent | a1f56ba4605e139e323a292729711e952c137dcf (diff) |
Notes
Diffstat (limited to 'dns/py-dns/Makefile')
-rw-r--r-- | dns/py-dns/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dns/py-dns/Makefile b/dns/py-dns/Makefile index 08b8b7ae5108..14e6ea075720 100644 --- a/dns/py-dns/Makefile +++ b/dns/py-dns/Makefile @@ -6,14 +6,12 @@ # PORTNAME= dns -PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTVERSION= 2.3.1 CATEGORIES= dns python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= pydns PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pydns-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= linimon@FreeBSD.org COMMENT= DNS (Domain Name Service) library for Python |