aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-rss2gen/Makefile
blob: a4742417da1f841ce6c919c3b85bd0ddfa41635e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                        
           

                       
                   
                               
                          


                                        
                                   
                                                           
 

                          
                   
                      
                                              

                      
# Created by: "Choe, Cheng-Dae" whitekid
# $FreeBSD$

PORTNAME=	rss2gen
PORTVERSION=	1.1
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	PyRSS2Gen-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Python library for generating RSS 2.0 feeds

LICENSE=	BSD3CLAUSE

NO_ARCH=	yes
USES=		python
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>