diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-10 22:17:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-10 22:17:24 +0000 |
commit | 8f414a1a51b6ebb5c136ae1f81280dd00371b1e2 (patch) | |
tree | 820ae0377684ab192caaa6ab1b50d8168b24f057 /textproc/py-stripogram/Makefile | |
parent | ee9a28850f11a0d957866a7f5c5ca836c19616fa (diff) |
Strip-o-Gram is a library for converting HTML to Plain Text
and stripping specified tags from HTML.
PR: ports/119526
Submitted by: Oleg Ukraincev <oleg at ht-systems.ru>
Notes
Notes:
svn path=/head/; revision=205406
Diffstat (limited to 'textproc/py-stripogram/Makefile')
-rw-r--r-- | textproc/py-stripogram/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/py-stripogram/Makefile b/textproc/py-stripogram/Makefile new file mode 100644 index 000000000000..a340844015e3 --- /dev/null +++ b/textproc/py-stripogram/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: py-stripogram +# Date created: 10 January 2008 +# Whom: Oleg Ukraincev <oleg@ht-systems.ru> +# +# $FreeBSD$ +# + +PORTNAME= stripogram +PORTVERSION= 1.4 +CATEGORIES= textproc python +MASTER_SITES= SF +MASTER_SITE_SUBDIR= squishdot +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= stripogram-1-4 +EXTRACT_SUFX= .tgz + +MAINTAINER= oleg@ht-systems.ru +COMMENT= Converting HTML to Plain Text and stripping specified tags from HTML + +WRKSRC= ${WRKDIR}/stripogram + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> |