1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/py-pyxml2obj/Makefile
Ruslan Makhmatkhanov df562a5c7f - s/PKG_PLIST/PLIST_FILES/ in Makefile
- remove trailing tabs
- remove undefinite article from COMMENT
- break the lines in pkg-descr at 80-char border

Approved by:	araujo (in the subway)
2012-09-25 11:54:39 +00:00

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>