ffe114117e
PR: ports/171189 Submitted by: William Grzybowski <william88@gmail.com> (maintainer)
22 lines
508 B
Makefile
22 lines
508 B
Makefile
# New ports collection makefile for: beautifulsoup
|
|
# Date created: 25 July 2012
|
|
# Whom: Mike Meyer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= beautifulsoup
|
|
PORTVERSION= 4.1.3
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs4/download/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= beautifulsoup4-${PORTVERSION}
|
|
|
|
MAINTAINER= william88@gmail.com
|
|
COMMENT= HTML/XML Parser for Python
|
|
|
|
USE_PYTHON= 2.7
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= beautifulsoup4
|
|
|
|
.include <bsd.port.mk>
|