pkgsrc/devel/p5-Object-Realize-Later/Makefile
wen 45f5a86b19 Update to 0.21
Upstream changes:
version 0.21: Wed 24 Jan 09:54:03 CET 2018

	Something went wrong with the release upload the GitHUB.  Releases of
	this module are so rare, that I correct it in a no-change release

version 0.20: Wed 24 Jan 09:35:33 CET 2018

	Improvements:
	- convert to GIT
	- publish via GitHUB
2018-02-20 12:02:56 +00:00

19 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.23 2018/02/20 12:02:56 wen Exp $
DISTNAME= Object-Realize-Later-0.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Object-Realize-Later/
COMMENT= Delayed creation of objects
LICENSE= ${PERL5_LICENSE}
#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
BUILD_DEPENDS+= p5-Test-Pod>=1.00:../../devel/p5-Test-Pod
PERL5_PACKLIST= auto/Object/Realize/Later/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"