1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/devel/py-ciphon/Makefile

28 lines
545 B
Makefile
Raw Normal View History

# 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
2003-02-20 17:07:10 +00:00
COMMENT= A module for python that adds cpan-like functionality
RUN_DEPENDS= ${PYEXPAT}
USE_PYTHON= yes
2002-04-29 14:01:09 +00:00
USE_PYDISTUTILS= yes
2002-04-29 14:01:09 +00:00
post-install:
@${MV} -f ${PREFIX}/bin/ciphon.py ${PREFIX}/bin/ciphon
.include <bsd.port.mk>