f850cf2ff0
Approved by: portmgr (implicit)
16 lines
287 B
Makefile
16 lines
287 B
Makefile
# Created by: Kevin Lo <kevlo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pebrot
|
|
PORTVERSION= 0.8.9
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= Text-based MSN messenger client
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|