blob: b65f1c5ff340d7506b9ce24d325439ccaa589d60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|