blob: fde418d8c9fa0c3127cf9e0e9a9c115bbf5f2343 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
PORTREVISION= 1
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>
|