mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
4942ce5a7d
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
23 lines
512 B
Makefile
23 lines
512 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.4
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= BeautifulSoup-${PORTVERSION}
|
|
|
|
MAINTAINER= mwm@mired.org
|
|
COMMENT= HTML/XML Parser for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= BeautifulSoup
|
|
|
|
.include <bsd.port.mk>
|