diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 12:52:16 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 12:52:16 +0000 |
commit | b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3 (patch) | |
tree | cd8c58782d4a55a3ccb7f237a1ddf7a407abffa8 /textproc/py-zope.structuredtext | |
parent | cc505d89c18fae47bc5cf89631be5e8a836b2bfe (diff) | |
download | ports-b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3.tar.gz ports-b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3.zip |
Notes
Diffstat (limited to 'textproc/py-zope.structuredtext')
-rw-r--r-- | textproc/py-zope.structuredtext/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-zope.structuredtext/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-zope.structuredtext/Makefile b/textproc/py-zope.structuredtext/Makefile index 2f0ed417ab7f..40745bbae906 100644 --- a/textproc/py-zope.structuredtext/Makefile +++ b/textproc/py-zope.structuredtext/Makefile @@ -16,4 +16,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/textproc/py-zope.structuredtext/pkg-descr b/textproc/py-zope.structuredtext/pkg-descr index c718d7889963..b6bff59f9955 100644 --- a/textproc/py-zope.structuredtext/pkg-descr +++ b/textproc/py-zope.structuredtext/pkg-descr @@ -2,4 +2,4 @@ This package provides a parser and renderers for the classic Zope "structured text" markup dialect (STX). STX is a plain text markup in which document structure is signalled primarily by identation. -WWW: http://pypi.python.org/pypi/zope.structuredtext +WWW: https://pypi.python.org/pypi/zope.structuredtext/ |