aboutsummaryrefslogblamecommitdiff
path: root/textproc/p5-XML-RSS-Liberal/Makefile
blob: 4fa66ab441b56305b20f3c825601c35c363d2884 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                          
                    
                              
                    

                   
                                

                                              

                                                                           
                              
 
                   
 
                                   
 
                      
# New ports collection makefile for:	p5-XML-RSS-Liberal
# Date created:		2006-07-09
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	XML-RSS-Liberal
PORTVERSION=	0.03
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	XML::RSS With A Liberal Parser

RUN_DEPENDS=	p5-XML-Liberal>=0:${PORTSDIR}/textproc/p5-XML-Liberal	\
		p5-XML-RSS-LibXML>=0:${PORTSDIR}/textproc/p5-XML-RSS-LibXML
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		XML::RSS::Liberal.3

.include <bsd.port.mk>