1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/py-dexml/Makefile
Wen Heping b9dcbf17ee The dexml module takes the obvious mapping between XML tags and
Python objects and lets you capture that as cleanly as possible.
Loosely inspired by Django's ORM, you write simple class definitions
to define the expected structure of your XML document.

WWW:    http://www.rfk.id.au/software/
2010-01-03 08:13:38 +00:00

21 lines
410 B
Makefile

# Ports collection makefile for: py-dexml
# Date created: 3rd Jan, 2010
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dexml
PORTVERSION= 0.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= A dead-simple Object-XML mapper for Python
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>