blob: a8e02c85ab6a35bab817397f934c915218dbdef2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: html2text
# Date created: 23 April 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= html2text
PORTVERSION= 3.200.3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Convert HTML into clean plain ASCII text
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
CONFLICTS= html2text-[0-9]*
.include <bsd.port.mk>
|