freebsd-ports/devel/py-liblarch/Makefile
Ruslan Makhmatkhanov 543d408491 - update devel/py-liblarch to 2.1.0
- remove devel/py-liblarch_gtk because it was merged into devel/py-liblarch
  itself
- add UPDATING entry for deskutils/gtg users

Feature safe:	yes
2012-11-09 09:03:50 +00:00

18 lines
390 B
Makefile

# $FreeBSD$
PORTNAME= liblarch
PORTVERSION= 2.1.0
CATEGORIES= devel python
MASTER_SITES= http://gtg.fritalk.com/publique/gtg.fritalk.com/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Python library to easily handle data structures
LICENSE= LGPL3
USE_GNOME= pygobject
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
.include <bsd.port.mk>