blob: ec96d05f84ca01a2a29fe33ab5c0b2bedce47db0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
USES= python:2.7
USE_PYTHON= distutils
post-install:
@${MV} -f ${STAGEDIR}${PREFIX}/bin/ciphon.py ${STAGEDIR}${PREFIX}/bin/ciphon
.include <bsd.port.mk>
|