1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/py-dexml/Makefile

21 lines
402 B
Makefile
Raw Normal View History

# Ports collection makefile for: py-dexml
# Date created: 3rd Jan, 2010
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dexml
2011-04-22 02:12:05 +00:00
PORTVERSION= 0.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= A dead-simple Object-XML mapper for Python
USE_PYTHON= 2.5+
2010-02-26 02:50:33 +00:00
USE_PYDISTUTILS= yes
.include <bsd.port.mk>