forked from Lainports/freebsd-ports
- remove devel/py-liblarch_gtk because it was merged into devel/py-liblarch itself - add UPDATING entry for deskutils/gtg users Feature safe: yes
18 lines
390 B
Makefile
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>
|