2005-07-16 23:51:18 +02:00
|
|
|
# New ports collection makefile for: beautifulsoup
|
2012-07-25 18:58:19 +02:00
|
|
|
# Date created: 25 July 2012
|
|
|
|
# Whom: Mike Meyer
|
2005-07-16 23:51:18 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= beautifulsoup
|
2012-08-30 21:02:01 +02:00
|
|
|
PORTVERSION= 4.1.3
|
2005-07-16 23:51:18 +02:00
|
|
|
CATEGORIES= www python
|
2012-08-30 21:02:01 +02:00
|
|
|
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs4/download/
|
2005-07-16 23:51:18 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2012-07-25 18:58:19 +02:00
|
|
|
DISTNAME= beautifulsoup4-${PORTVERSION}
|
2005-07-16 23:51:18 +02:00
|
|
|
|
2012-07-25 18:58:19 +02:00
|
|
|
MAINTAINER= william88@gmail.com
|
2005-07-16 23:51:18 +02:00
|
|
|
COMMENT= HTML/XML Parser for Python
|
|
|
|
|
2012-07-25 18:58:19 +02:00
|
|
|
USE_PYTHON= 2.7
|
2005-07-16 23:51:18 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2012-07-25 18:58:19 +02:00
|
|
|
PYDISTUTILS_PKGNAME= beautifulsoup4
|
2005-07-16 23:51:18 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|