diff options
| author | Olli Hauer <ohauer@FreeBSD.org> | 2011-06-18 18:56:38 +0000 |
|---|---|---|
| committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-06-18 18:56:38 +0000 |
| commit | 348af7003cd1d2feb85584346c77ffd73ce87f51 (patch) | |
| tree | 4f2bf3c0849fc033be60533eb593db11aa05f0c8 /lang/python-doc-text | |
| parent | This gem provides the railtie that allows datamapper to hook (diff) | |
- Documentation for the Python programming language in txt format
PR: ports/152186
Submitted by: John Hein <jhein _at_ symmetricom.com>
Notes
Notes:
svn path=/head/; revision=275799
Diffstat (limited to 'lang/python-doc-text')
| -rw-r--r-- | lang/python-doc-text/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python-doc-text/Makefile b/lang/python-doc-text/Makefile new file mode 100644 index 000000000000..c3ef1958d161 --- /dev/null +++ b/lang/python-doc-text/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: python-doc-text +# Date created: 12 November 2010 +# Whom: John Hein <jhein@symmetricom.com> +# +# $FreeBSD$ +# + +DOCFORMAT= text +MASTERDIR= ${.CURDIR}/../python-doc-html + +.include "${MASTERDIR}/Makefile" |
