20 lines
436 B
Makefile
20 lines
436 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= odfpy
|
|
PORTVERSION= 1.3.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
|
|
|
|
LICENSE= APACHE20 GPLv2
|
|
LICENSE_COMB= dual
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|