mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
5ae8688c07
With hat: portmgr
24 lines
518 B
Makefile
24 lines
518 B
Makefile
# 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>
|