freebsd-ports/www/py-beautifulsoup/Makefile

23 lines
508 B
Makefile
Raw Normal View History

# 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>