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