mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
27 lines
528 B
Makefile
27 lines
528 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: py-ciphon
|
|
# Date created: Feb 10, 2002
|
|
# Whom: 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= A module for python that adds cpan-like functionality
|
|
|
|
RUN_DEPENDS= ${PYEXPAT}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
post-install:
|
|
@${MV} -f ${PREFIX}/bin/ciphon.py ${PREFIX}/bin/ciphon
|
|
|
|
.include <bsd.port.mk>
|