2012-02-13 16:18:53 +01:00
|
|
|
# New ports collection makefile for: py-liblarch
|
|
|
|
# Date created: 13 February 2012
|
|
|
|
# Whom: Ruslan Mahmatkhanov <rm@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= liblarch
|
|
|
|
PORTVERSION= 0.1.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2012-02-13 16:18:53 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= http://gtg.fritalk.com/publique/gtg.fritalk.com/${PORTNAME}/0.1/
|
|
|
|
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>
|