[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / p5-XML-Atom-Stream

File: [cvs.NetBSD.org] / pkgsrc / textproc / p5-XML-Atom-Stream / Makefile (download)

Revision 1.11, Fri May 31 12:42:19 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.10: +2 -2 lines

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

# $NetBSD: Makefile,v 1.11 2013/05/31 12:42:19 wiz Exp $

DISTNAME=	XML-Atom-Stream-0.11
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	5
SVR4_PKGNAME=	p5xas
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=XML/}

MAINTAINER=	kleink@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/XML-Atom-Stream/
COMMENT=	Client interface for AtomStream

#really: Test::More >= 0.32
BUILD_DEPENDS+=	p5-Test-Simple>=0.32:../../devel/p5-Test-Simple
DEPENDS+=	p5-libwww>=5.0:../../www/p5-libwww
DEPENDS+=	p5-XML-SAX>=0.12:../../textproc/p5-XML-SAX
DEPENDS+=	p5-XML-Handler-Trees>=0.02:../../textproc/p5-XML-Handler-Trees
DEPENDS+=	p5-XML-Atom>=0.20:../../textproc/p5-XML-Atom

PERL5_PACKLIST=		auto/XML/Atom/Stream/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"