mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
aacd3aa270
PR: ports/188474 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@
22 lines
459 B
Makefile
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>
|