mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
eeac151b83
Approved by: maintainer implicit
21 lines
402 B
Makefile
21 lines
402 B
Makefile
# New ports collection makefile for: zbase32
|
|
# Date created: 1st,Oct 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zbase32
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= converters python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Base32 Encoder/Decoder
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|