blob: ffca17744c88a2defc9c392fe86611b2a0af3fee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Peter Haight <peterh@sapros.com>
# $FreeBSD$
PORTNAME= fugu
PORTVERSION= 1.2.3
PORTREVISION= 1
CATEGORIES= net-im python
MASTER_SITES= http://fugu.gale.org/dist/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Graphical client for the Gale instant messaging system
LICENSE= GPLv2
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-09-15
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Pmw>0:x11-toolkits/py-Pmw@${PY_FLAVOR}
USES= python:2.7 ssl
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|