File: /usr/ports/devel/py-pyxml2obj/Makefile
# $FreeBSD: head/devel/py-pyxml2obj/Makefile 526925 2020-02-23 15:25:53Z antoine $
PORTNAME= pyxml2obj
PORTVERSION= 0.1.2.9
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= araujo@FreeBSD.org
COMMENT= Simple way to convert xml to python object and vice versa
LICENSE= MIT
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>