diff options
Diffstat (limited to 'converters/zbase32/Makefile')
-rw-r--r-- | converters/zbase32/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/converters/zbase32/Makefile b/converters/zbase32/Makefile index 621357b626b..7fe9f5c5e60 100644 --- a/converters/zbase32/Makefile +++ b/converters/zbase32/Makefile @@ -7,6 +7,7 @@ PORTNAME= zbase32 PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= converters python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Base32 Encoder/Decoder +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_darcs>=1.2.11:${PORTSDIR}/devel/py-setuptools_darcs +RUN_DEPENDS= ${BUILD_DEPENDS} + USE_PYTHON= yes USE_PYDISTUTILS= easy_install |