aboutsummaryrefslogblamecommitdiff
path: root/www/py-beautifulsoup/Makefile
blob: 6c4836234c1392ac694b34c05732a820fe0ba709 (plain) (tree)
1
2
3
4
5
6
7
8
9
                        
           

                             
                     
                          
                          
                                       
                                             
 
                              

                                          
                   
                           
                           
 
                      
# Created by: Mike Meyer
# $FreeBSD$

PORTNAME=	beautifulsoup
PORTVERSION=	4.3.2
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	beautifulsoup4-${PORTVERSION}

MAINTAINER=	wg@FreeBSD.org
COMMENT=	HTML/XML Parser for Python

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_AUTOPLIST=	yes

.include <bsd.port.mk>