1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/py-beautifulsoup30/Makefile
Pav Lucistnik ae5aa70e9f - Update to 3.0.8.1 and fix fetch
PR:		ports/153819
Submitted by:	Mikhail T. <m.tsatsenko@mail.ru>
Approved by:	maintainer timeout (yzlin; 7 months)
2011-08-08 19:38:14 +00:00

27 lines
607 B
Makefile

# New ports collection makefile for: beautifulsoup
# Date created: 15 July 2005
# Whom: Mike Meyer <mwm@mired.org>
#
# $FreeBSD$
#
PORTNAME= beautifulsoup
PORTVERSION= 3.0.8.1
CATEGORIES= www python
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= BeautifulSoup-${PORTVERSION}
MAINTAINER= yzlin@FreeBSD.org
COMMENT= HTML/XML Parser for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= BeautifulSoup
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}30
CONFLICTS= py[0-9]*-beautifulsoup-3.1.*
.include <bsd.port.mk>