Index: head/astro/pyephem/Makefile =================================================================== --- head/astro/pyephem/Makefile (revision 520165) +++ head/astro/pyephem/Makefile (revision 520166) @@ -1,20 +1,24 @@ # Created by: db # $FreeBSD$ PORTNAME= pyephem PORTVERSION= 3.7.7.0 +PORTREVISION= 1 PORTEPOCH= 1 -CATEGORIES= astro math hamradio +CATEGORIES= astro math python MASTER_SITES= CHEESESHOP -# XXX rename the directory too. PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Scientific-grade astronomical computations for Python LICENSE= LGPL3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ephem==${PORTVERSION}:astro/py-ephem@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist distutils + +NO_ARCH= yes .include