diff options
Diffstat (limited to 'www/py-beautifulsoup30/Makefile')
-rw-r--r-- | www/py-beautifulsoup30/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/py-beautifulsoup30/Makefile b/www/py-beautifulsoup30/Makefile index c2be5e79d284..62ca961817f0 100644 --- a/www/py-beautifulsoup30/Makefile +++ b/www/py-beautifulsoup30/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: beautifulsoup -# Date created: 15 July 2005 -# Whom: Mike Meyer <mwm@mired.org> -# +# Created by: Mike Meyer <mwm@mired.org> # $FreeBSD$ -# PORTNAME= beautifulsoup PORTVERSION= 3.0.8.1 @@ -12,7 +8,7 @@ MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= BeautifulSoup-${PORTVERSION} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= HTML/XML Parser for Python USE_PYTHON= yes |