freebsd-ports/converters/zbase32/Makefile

21 lines
460 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= zbase32
2012-09-02 09:45:01 +02:00
PORTVERSION= 1.1.5
PORTREVISION= 1
CATEGORIES= converters python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Base32 Encoder/Decoder
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_darcs>=1.2.11:devel/py-setuptools_darcs
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python
2014-10-19 21:37:14 +02:00
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>