blob: 5e1541aa472ea58a32260b6bfa7aa9501d61dd70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# ex:ts=8
# Ports collection makefile for: py-ciphon
# Date created: Feb 10, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ciphon
PORTVERSION= 0.3.5
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pythonsiphon
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-install:
@${MV} -f ${PREFIX}/bin/ciphon.py ${PREFIX}/bin/ciphon
.include <bsd.port.mk>
|