aboutsummaryrefslogtreecommitdiff
path: root/www/py-beautifulsoup30/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-beautifulsoup30/Makefile')
-rw-r--r--www/py-beautifulsoup30/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/py-beautifulsoup30/Makefile b/www/py-beautifulsoup30/Makefile
deleted file mode 100644
index e82ac1c2e76d..000000000000
--- a/www/py-beautifulsoup30/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: beautifulsoup
-# Date created: 15 July 2005
-# Whom: Mike Meyer <mwm@mired.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= beautifulsoup
-PORTVERSION= 2.1.1
-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
-
-.include <bsd.port.mk>