pkgsrc/devel/p5-MooseX-Types-Path-Class/Makefile
rillig ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00

26 lines
819 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/06/13 06:46:45 rillig Exp $
#
DISTNAME= MooseX-Types-Path-Class-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MooseX-Types-Path-Class/
COMMENT= A Path::Class type library for Moose
DEPENDS+= p5-Class-MOP>=0:../../devel/p5-Class-MOP
DEPENDS+= p5-Moose>=0.39:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Types>=0.04:../../devel/p5-MooseX-Types
DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class
# For tests:
BUILD_DEPENDS+= p5-MooseX-Getopt>=0:../../devel/p5-MooseX-Getopt
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/Types/Path/Class/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"