blob: 18e40f964329cfc5d0f034a3bdabb66a384034b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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.6
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HOBBESTIG
PKGNAMEPREFIX= p5-
MAINTAINER= magik@roorback.net
COMMENT= Dancer plugin for generating RSS or Atom feeds
RUN_DEPENDS= p5-Dancer>=1.2001:${PORTSDIR}/www/p5-Dancer \
p5-XML-Feed>0:${PORTSDIR}/textproc/p5-XML-Feed
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= Dancer::Plugin::Feed.3
.include <bsd.port.mk>
|