22 lines
530 B
Makefile
22 lines
530 B
Makefile
# New ports collection makefile for: odfpy
|
|
# Date created: 27 June 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= odfpy
|
|
PORTVERSION= 0.9.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP \
|
|
http://opendocumentfellowship.com/files/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Python API and Tools to Manipulate OpenDocument Files
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_EGGINFO= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info
|
|
|
|
.include <bsd.port.mk>
|