pkgsrc/devel/p5-POEx-Types/Makefile
wiz 8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

24 lines
744 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/03 21:55:25 wiz Exp $
DISTNAME= POEx-Types-1.100910
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NP/NPEREZ/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/POEx-Types/
COMMENT= Exported Types for use within POEx modules
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/POEx/Types/.packlist
DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
DEPENDS+= p5-MooseX-Types-Structured-[0-9]*:../../devel/p5-MooseX-Types-Structured
DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"