mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
22 lines
496 B
Makefile
22 lines
496 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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|