pkgsrc/devel/p5-Return-Value/Makefile
wen 3c36fbf425 Update to 1.666005
Upstream changes:
1.666005  2015-12-03 22:20:17-05:00 America/New_York
        - I wash my hands of this library forever -- rjbs, 2013-10-15
        - add deprecation notice to metadata
2016-07-27 00:04:11 +00:00

20 lines
692 B
Makefile

# $NetBSD: Makefile,v 1.16 2016/07/27 00:04:11 wen Exp $
DISTNAME= Return-Value-1.666005
# put dot in the center of 6 digits 1.666005 -> 1.666.005
PKGNAME= p5-${DISTNAME:C/([0-9][0-9][0-9])([0-9][0-9][0-9])/\1.\2/}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RJ/RJBS/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Return-Value/
COMMENT= Polymorphic Return Values
LICENSE= ${PERL5_LICENSE}
#DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Return/Value/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"