freebsd-ports/textproc/p5-XML-Feed-Deduper/Makefile
Steve Wills 8b7956ef12 - Further correct my previous commit since this should be a test
dependency only and is included in Perl 5.14 and later

Pointed out by:	sunpoet
Pointyhat to:	swills (me)
2011-10-23 06:49:47 +00:00

35 lines
824 B
Makefile

# New ports collection makefile for: p5-XML-Feed-Deduper
# Date created: 2009-04-26
# Whom: TERAMOTO Masahiro <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= XML-Feed-Deduper
PORTVERSION= 0.05
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Remove duplicated entries from feed
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Any-Moose>=0.1:${PORTSDIR}/devel/p5-Any-Moose \
p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed
RUN_DEPENDS= p5-Any-Moose>=0.1:${PORTSDIR}/devel/p5-Any-Moose \
p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed
PERL_MODBUILD= yes
MAN3= XML::Feed::Deduper.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>