mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
df562a5c7f
- remove trailing tabs - remove undefinite article from COMMENT - break the lines in pkg-descr at 80-char border Approved by: araujo (in the subway)
20 lines
385 B
Makefile
20 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pyxml2obj
|
|
PORTVERSION= 0.1.2.9
|
|
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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|