19 lines
477 B
Makefile
19 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/05/25 12:51:38 uccwen Exp $
|
|
#
|
|
|
|
DISTNAME= dexml-0.3.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/d/dexml/
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= http://www.rfk.id.au/software/
|
|
COMMENT= Dead-simple Object-XML mapper for Python
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|