summaryrefslogtreecommitdiff
path: root/devel/py-dexml/Makefile
blob: c4ce5263adaf1bce26fe9c78141410d14fd181ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	dexml
PORTVERSION=	0.5.1
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Dead-simple Object-XML mapper for Python

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>