pkgsrc/devel/p5-POEx-Types/Makefile

22 lines
710 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/31 11:18:43 asau 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}
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"