2012-09-25 13:02:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2012-09-25 13:54:39 +02:00
|
|
|
PORTNAME= pyxml2obj
|
2012-09-25 13:02:08 +02:00
|
|
|
PORTVERSION= 0.1.2.9
|
2014-02-19 09:07:35 +01:00
|
|
|
PORTREVISION= 1
|
2012-09-25 13:02:08 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
2012-09-25 13:54:39 +02:00
|
|
|
COMMENT= Simple way to convert xml to python object and vice versa
|
2012-09-25 13:02:08 +02:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2014-02-19 09:07:35 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2012-09-25 13:02:08 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|