# Created by: ijliao
# $FreeBSD: head/devel/py-ciphon/Makefile 455210 2017-11-30 15:50:30Z mat $

PORTNAME=	ciphon
PORTVERSION=	0.4.0
CATEGORIES=	devel python
MASTER_SITES=	SF/pythonsiphon/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	xride@FreeBSD.org
COMMENT=	Module for python that adds cpan-like functionality

LICENSE=	BSD2CLAUSE

USES=		python:2.7
USE_PYTHON=	distutils

post-install:
	@${MV} -f ${STAGEDIR}${PREFIX}/bin/ciphon.py ${STAGEDIR}${PREFIX}/bin/ciphon

.include <bsd.port.mk>
