pkgsrc/devel/p5-Return-Value/Makefile
mef a6ab350fb1 Update 1.666001 to 1.666004 (PKGVERSION's are 1.666.001 to 1.666.004)
---------------------------
1.666004  2013-10-23 16:59:57 America/New_York
        - I wash my hands of this library forever -- rjbs, 2013-10-15
        - update NAME section to include abstract (Thanks, gregor herrmann)

1.666003  2013-10-15 22:08:36 America/New_York
          removed warning;  I wash my hands of this
          library forever -- rjbs, 2013-10-15

          typo fixes; thanks, David Steinbrunner!

1.666002  2012-12-24
          finally started issuing long-promised warnings

          Merry Christmas!
2015-02-15 01:28:37 +00:00

20 lines
704 B
Makefile

# $NetBSD: Makefile,v 1.12 2015/02/15 01:28:37 mef Exp $
DISTNAME= Return-Value-1.666004
# put dot in the center of 6 digits 1.666004 -> 1.666.004
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"