diff options
author | rm <rm@FreeBSD.org> | 2012-09-25 19:54:39 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-25 19:54:39 +0800 |
commit | 13eaed268111741027af240770498b018d241452 (patch) | |
tree | 48985a2f7c54b6ca4b0748834b305b91f9668c69 /devel | |
parent | 29f821e0f0819daa76dae232f761eee974af202b (diff) | |
download | freebsd-ports-gnome-13eaed268111741027af240770498b018d241452.tar.gz freebsd-ports-gnome-13eaed268111741027af240770498b018d241452.tar.zst freebsd-ports-gnome-13eaed268111741027af240770498b018d241452.zip |
- 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)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pyxml2obj/Makefile | 6 | ||||
-rw-r--r-- | devel/py-pyxml2obj/pkg-descr | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/py-pyxml2obj/Makefile b/devel/py-pyxml2obj/Makefile index 2464169d969a..5c977aba4181 100644 --- a/devel/py-pyxml2obj/Makefile +++ b/devel/py-pyxml2obj/Makefile @@ -1,19 +1,19 @@ # $FreeBSD$ -PORTNAME= pyxml2obj +PORTNAME= pyxml2obj PORTVERSION= 0.1.2.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= araujo@FreeBSD.org -COMMENT= A simple way to convert xml to python object and vice versa +COMMENT= Simple way to convert xml to python object and vice versa LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS= easy_install -PKG_PLIST= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% .include <bsd.port.mk> diff --git a/devel/py-pyxml2obj/pkg-descr b/devel/py-pyxml2obj/pkg-descr index eeba8e53282e..438ddf1eb736 100644 --- a/devel/py-pyxml2obj/pkg-descr +++ b/devel/py-pyxml2obj/pkg-descr @@ -1,5 +1,7 @@ -This module provides only 2 methods, XMLin and XMLout. XMLin convert xml to python object, and XMLout python object to xml. +This module provides only 2 methods, XMLin and XMLout. XMLin convert xml +to python object, and XMLout python object to xml. -This module is inspired by XML::Simple in CPAN, but some options of XML::Simple are not supported. +This module is inspired by XML::Simple in CPAN, but some options of +XML::Simple are not supported. WWW: http://pypi.python.org/pypi/pyxml2obj/ |