diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-09 22:39:15 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-09 22:39:15 +0000 |
commit | e694a461fda21beb3b230221166736344e84ccf8 (patch) | |
tree | b7519984b8b5fa808b87f643042dcfbb9fd6f643 | |
parent | 69f0dbcd553ef3978c93ea29c4ff9ac488ce2830 (diff) | |
download | FreeBSD-ports-e694a461fda21beb3b230221166736344e84ccf8.zip FreeBSD-ports-e694a461fda21beb3b230221166736344e84ccf8.tar.gz |
- Space/Tab twiddle
- Take maintainership
-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 0e01afd..f1df552 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> |