freebsd-ports/www/p5-Dancer-Plugin-Feed/Makefile
Sunpoet Po-Chuan Hsieh d2467bf927 - Update to 0.7
- While I'm here, remove MASTER_SITE_SUBDIR and unnecessary TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Dancer-Plugin-Feed/Changes
PR:		ports/167422
Submited by:	Grzegorz Blach <magik@roorback.net> (maintainer)
2012-05-01 02:15:10 +00:00

25 lines
557 B
Makefile

# 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.7
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= magik@roorback.net
COMMENT= Dancer plugin for generating RSS or Atom feeds
BUILD_DEPENDS= p5-Dancer>=0:${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>