aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-html5lib/Makefile
blob: a196e90e05966d6eae26446bf8240b00b9f01ea4 (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
# ex:ts=8
# Ports collection makefile for:    html5lib
# Date created:         Aug 8, 2007
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   html5lib
PORTVERSION=    0.90
PORTREVISION=   1
CATEGORIES= www python
MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A Python based HTML parser based on the HTML5 spec

USE_ZIP=    yes
#NO_WRKSUBDIR=  yes
USE_PYTHON= 2.5+
USE_PYDISTUTILS=    easy_install

.include <bsd.port.mk>