freebsd-ports/textproc/py-stripogram/Makefile
Marcus von Appen 1fd066ebe5 - Convert textproc/ to USES=python
With hat:	python@
2014-12-07 10:01:36 +00:00

20 lines
478 B
Makefile

# Created by: Oleg Ukraincev <oleg@ht-systems.ru>
# $FreeBSD$
PORTNAME= stripogram
PORTVERSION= 1.4
CATEGORIES= textproc python
MASTER_SITES= SF/squishdot/strip-o-gram/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= stripogram-1-4
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Converting HTML to Plain Text and stripping specified tags from HTML
WRKSRC= ${WRKDIR}/stripogram
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>