freebsd-ports/devel/gaphor/Makefile
Martin Wilke 5e9f42cbda - Move from py24 over to py25 or above
- Drop md5 support
2011-02-25 07:50:41 +00:00

26 lines
473 B
Makefile

# New ports collection makefile for: gaphor
# Date created: 06 August 2003
# Whom: rehsack@liwing.de
#
# $FreeBSD$
#
PORTNAME= gaphor
PORTVERSION= 0.9.2
PORTREVISION= 9
CATEGORIES= devel gnome
MASTER_SITES= SF
DIST_SUBDIR= gnome2
MAINTAINER= ports@FreeBSD.org
COMMENT= UML modeling environment written in Python
CONFLICTS= zope-3*
USE_GNOME= pygnome2
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
USE_GETTEXT= yes
USE_DISPLAY= yes
.include <bsd.port.mk>