diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
commit | 3fc75d24451f17b4aa45406e122fda45844581c8 (patch) | |
tree | d55df78205fca999ce087d282021d235873bc74e /dns/py-adns | |
parent | ba391f6a40dcd8927b57d910490d1dc05f2ac571 (diff) |
Notes
Diffstat (limited to 'dns/py-adns')
-rw-r--r-- | dns/py-adns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile index 27aa4acff9d4..5bcd995e4983 100644 --- a/dns/py-adns/Makefile +++ b/dns/py-adns/Makefile @@ -8,7 +8,7 @@ PORTNAME= adns PORTVERSION= 1.2.1 CATEGORIES= dns python -MASTER_SITES= http://adns-python.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= adns-python-${PORTVERSION} @@ -17,6 +17,7 @@ COMMENT= A Python Interface to adns, the asynchronous DNS library LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns +PROJECTHOST= adns-python USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= adns-python |