7057566a2b
A simple "pull API" for HTML parsing
22 lines
484 B
Makefile
22 lines
484 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: py-pullparser
|
|
# Date created: Apr 29, 2005
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pullparser
|
|
PORTVERSION= 0.0.5.b
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://wwwsearch.sourceforge.net/pullparser/src/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A simple "pull API" for HTML parsing
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|