freebsd-ports/www/py-beautifulsoup/Makefile
Frederic Culot ffe114117e - Update to 4.1.3
PR:		ports/171189
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
2012-08-30 19:02:01 +00:00

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>