mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
20 lines
471 B
Makefile
20 lines
471 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= odfpy
|
|
PORTVERSION= 0.9.6
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|