freebsd-ports/www/py-pullparser/Makefile
Ying-Chieh Liao 7057566a2b add py-pullparser 0.0.5.b
A simple "pull API" for HTML parsing
2005-04-29 07:05:06 +00:00

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>