2019-11-03 11:15:49 +01:00
|
|
|
# $NetBSD: Makefile,v 1.12 2019/11/03 10:16:00 rillig Exp $
|
2013-07-03 17:54:52 +02:00
|
|
|
#
|
|
|
|
|
2014-11-03 09:07:19 +01:00
|
|
|
DISTNAME= MooseX-Types-Stringlike-0.003
|
2013-07-03 17:54:52 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2019-08-11 15:17:48 +02:00
|
|
|
PKGREVISION= 5
|
2013-07-03 17:54:52 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/MooseX-Types-Stringlike
|
2013-07-03 17:54:52 +02:00
|
|
|
COMMENT= Commonly-used type constraints that do not ship with Moose by default
|
|
|
|
LICENSE= apache-2.0
|
|
|
|
|
|
|
|
DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
|
2017-04-18 15:54:01 +02:00
|
|
|
# for make test
|
2019-11-03 11:15:49 +01:00
|
|
|
BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
|
2013-07-03 17:54:52 +02:00
|
|
|
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/MooseX/Types/Stringlike/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|