freebsd-ports/devel/bpython/Makefile
Yi-Jheng Lin 8f77fcdf2c Add bpython-0.9.6.2, bpython is a fancy interface to the Python
interpreter for Unix-like operating systems.

Approved by:	lwhsu/rafan (mentors, implicit)
Feature safe:	yes
2010-03-09 13:40:33 +00:00

29 lines
718 B
Makefile

# New ports collection makefile for: bpython
# Date created: 2010-03-09
# Whom: Yi-Jheng Lin <yzlin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bpython
PORTVERSION= 0.9.6.2
CATEGORIES= devel python
MASTER_SITES= http://bpython-interpreter.org/releases/
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= yzlin@FreeBSD.org
COMMENT= A fancy interface to the Python interpreter
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:${PORTSDIR}/textproc/py-pygments
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
MAN1= bpython.1
MAN5= bpython-config.5
post-install:
@${INSTALL_MAN} ${WRKSRC}/doc/bpython.1 ${MANPREFIX}/man/man1
@${INSTALL_MAN} ${WRKSRC}/doc/bpython-config.5 ${MANPREFIX}/man/man5
.include <bsd.port.mk>