freebsd-ports/net/pebrot/Makefile
Kevin Lo 012803d9a6 Add pebrot-0.8.5.
Pebrot is a text MSN messenger client implemented with Python.
2004-03-26 02:51:08 +00:00

21 lines
482 B
Makefile

# New ports collection makefile for: pebrot
# Date created: 26 March 2004
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= pebrot
PORTVERSION= 0.8.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Text-based MSN messenger client
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cjkcodecs/__init__.py:${PORTSDIR}/converters/py-cjkcodecs
USE_PYTHON= 2.1+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>