1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/py-dexml/Makefile
Wen Heping 5a78669b19 - Update to 0.4.2
- Add LICENSE
- Remove whitespace in pkg-descr

PR:		ports/158730
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-04 01:19:27 +00:00

23 lines
414 B
Makefile

# Ports collection makefile for: py-dexml
# Date created: 3rd Jan, 2010
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dexml
PORTVERSION= 0.4.2
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>