diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-10 06:39:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-10 06:39:15 +0800 |
commit | e694a461fda21beb3b230221166736344e84ccf8 (patch) | |
tree | b7519984b8b5fa808b87f643042dcfbb9fd6f643 /textproc | |
parent | 69f0dbcd553ef3978c93ea29c4ff9ac488ce2830 (diff) | |
download | freebsd-ports-gnome-e694a461fda21beb3b230221166736344e84ccf8.tar.gz freebsd-ports-gnome-e694a461fda21beb3b230221166736344e84ccf8.tar.zst freebsd-ports-gnome-e694a461fda21beb3b230221166736344e84ccf8.zip |
- Space/Tab twiddle
- Take maintainership
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-MarkupSafe/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/textproc/py-MarkupSafe/Makefile b/textproc/py-MarkupSafe/Makefile index 0e01afd7fc64..f1df552c4123 100644 --- a/textproc/py-MarkupSafe/Makefile +++ b/textproc/py-MarkupSafe/Makefile @@ -1,19 +1,19 @@ # Created by: wen@FreeBSD.org # $FreeBSD$ -PORTNAME= MarkupSafe -PORTVERSION= 0.19 -CATEGORIES= textproc python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PORTNAME= MarkupSafe +PORTVERSION= 0.19 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Implements a XML/HTML/XHTML Markup safe string for Python +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Implements a XML/HTML/XHTML Markup safe string for Python -LICENSE= BSD3CLAUSE +LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= yes +USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |