blob: b0722daabe704f6dc03d8d0b3a529f2cf72b15c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: pebrot
# Date created: 26 March 2004
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= pebrot
PORTVERSION= 0.8.9
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Text-based MSN messenger client
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_EGGINFO= pebrot-0.8.9-py${PYTHON_VER}.egg-info
.include <bsd.port.mk>
|