b09a33e835
- Move to MODBUILD - Restrict to Perl 5.7.3+ due to new dependency upon converters/p5-Encode - Update plist Changes ======= Except where noted, all changes made by Daisuke Maki 0.21 - 31 May 2006 - Repository blunder messes up the distro. fixed. Reported by Tatsuhiko Miyagawa 0.20 - 14 May 2006 - Set $rss->{version} for compatibility. - As a result, we no longer set or depend on $rss->{_internal}{version}. If you saw it and used it, then stop doing that ;) PR: ports/98333 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
39 lines
1 KiB
Makefile
39 lines
1 KiB
Makefile
# New ports collection makefile for: p5-XML-RSS-LibXML
|
|
# Date created: 2006-01-15
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-RSS-LibXML
|
|
PORTVERSION= 0.21
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= XML
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= XML::RSS with XML::LibXML
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
|
|
${SITE_PERL}/${PERL_ARCH}/XML/LibXML/XPathContext.pm:${PORTSDIR}/textproc/p5-XML-LibXML-XPathContext
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= XML::RSS::LibXML.3 \
|
|
XML::RSS::LibXML::Format.3 \
|
|
XML::RSS::LibXML::Generator.3 \
|
|
XML::RSS::LibXML::MagicElement.3 \
|
|
XML::RSS::LibXML::Parser.3 \
|
|
XML::RSS::LibXML::V09.3 \
|
|
XML::RSS::LibXML::V10.3 \
|
|
XML::RSS::LibXML::V20.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500703 #inherited from converters/p5-Encode
|
|
IGNORE= requires perl 5.7.3 or later. Install lang/perl5.8 then try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|