24 lines
533 B
Makefile
24 lines
533 B
Makefile
# 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>
|