aboutsummaryrefslogblamecommitdiff
path: root/www/p5-Dancer-Plugin-Feed/Makefile
blob: 5b61f53f3ce2b4ae542080ce953b181f8f45c6d5 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                           
                   

                         




                                                              



                                                             

                                                               





                              
# New ports collection makefile for:	Dancer-Plugin-Feed
# Date created:		01 March 2011
# Whom:			Grzegorz Blach <magik@roorback.net>
#
# $FreeBSD$
#

PORTNAME=	Dancer-Plugin-Feed
PORTVERSION=	0.8
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	magik@roorback.net
COMMENT=	Dancer plugin for generating RSS or Atom feeds

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Dancer>=1.2001:${PORTSDIR}/www/p5-Dancer \
		p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Dancer::Plugin::Feed.3

.include <bsd.port.mk>