mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
0d9d3f431e
- Trim Makefile's header - Pet portlint(1) by replacing tab by space in WWW link Changes: http://search.cpan.org/dist/XML-Feed-Deduper/Changes PR: ports/178312 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
33 lines
735 B
Makefile
33 lines
735 B
Makefile
# Created by: TERAMOTO Masahiro <markun@onohara.to>
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-Feed-Deduper
|
|
PORTVERSION= 0.06
|
|
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-Mouse>=1.08:${PORTSDIR}/devel/p5-Any-Moose \
|
|
p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed
|
|
RUN_DEPENDS= p5-Mouse>=1.08:${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>
|