2013-09-20 18:05:24 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2008-10-05 12:11:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= zbase32
|
2012-09-02 09:45:01 +02:00
|
|
|
PORTVERSION= 1.1.5
|
2014-02-12 10:43:24 +01:00
|
|
|
PORTREVISION= 1
|
2008-10-05 12:11:47 +02:00
|
|
|
CATEGORIES= converters python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-06-09 10:38:47 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2008-10-05 12:11:47 +02:00
|
|
|
COMMENT= Base32 Encoder/Decoder
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_darcs>=1.2.11:devel/py-setuptools_darcs
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-06-13 03:26:13 +02:00
|
|
|
|
2014-10-19 09:50:53 +02:00
|
|
|
USES= python
|
2014-10-19 21:37:14 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2008-10-05 12:11:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|