1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/py-ciphon/Makefile
Vanilla I. Shu aacd3aa270 Support STAGEDIR, and add LICENSE.
PR:		ports/188474
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
2014-05-08 14:15:13 +00:00

22 lines
459 B
Makefile

# Created by: ijliao
# $FreeBSD$
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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-install:
@${MV} -f ${STAGEDIR}${PREFIX}/bin/ciphon.py ${STAGEDIR}${PREFIX}/bin/ciphon
.include <bsd.port.mk>