blob: ed1633c6175a6a8c5ae8a3817ebfa81320c62908 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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= ports@FreeBSD.org
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>
|