fdaa44ea44
Feature safe: yes
18 lines
337 B
Makefile
18 lines
337 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dexml
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= A dead-simple Object-XML mapper for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|