summaryrefslogtreecommitdiff
path: root/www/py-beautifulsoup30/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-beautifulsoup30/Makefile')
-rw-r--r--www/py-beautifulsoup30/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/www/py-beautifulsoup30/Makefile b/www/py-beautifulsoup30/Makefile
deleted file mode 100644
index 13e155a22825..000000000000
--- a/www/py-beautifulsoup30/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: beautifulsoup
-# Date created: 15 July 2005
-# Whom: Mike Meyer <mwm@mired.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= beautifulsoup
-PORTVERSION= 3.0.4
-CATEGORIES= www python
-MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= BeautifulSoup-${PORTVERSION}
-
-MAINTAINER= mwm@mired.org
-COMMENT= HTML/XML Parser for Python
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= BeautifulSoup
-
-.include <bsd.port.mk>