freebsd-ports/www/p5-Kwiki-RecentChangesRSS/Makefile
Ying-Chieh Liao f255829f7b upgrade to 0.03
PR:		69683
Submitted by:	maintainer
2004-07-28 01:55:01 +00:00

32 lines
776 B
Makefile

# New ports collection makefile for: p5-Kwiki-RecentChangesRSS
# Date created: Jul 24 2004
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= Kwiki-RecentChangesRSS
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Kwiki
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= Kwiki RSS Plugin
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Kwiki::RecentChangesRSS.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>