pkgsrc/devel/p5-Method-Signatures-Simple/Makefile
wen 40ca129976 Update to 1.05
Upstream changes:
1.05    2013-01-18  Rhesa Rozendaal <rhesa@cpan.org>
        Fix RT80507: keep perl's idea of line number
        intact when mangling multi-line signatures

1.04    2013-01-17  Rhesa Rozendaal <rhesa@cpan.org>
        Fix RT80505: allow comments in multiline
        signature

1.03    2013-01-17  Rhesa Rozendaal <rhesa@cpan.org>
        Fix RT80508: allow space between invocant
        and colon
2013-01-18 15:40:14 +00:00

19 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/01/18 15:40:14 wen Exp $
DISTNAME= Method-Signatures-Simple-1.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RH/RHESA/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Method::Signatures::Simple
COMMENT= Basic signatures method declarations, without source filters
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Devel-Declare>=0.003001:../../devel/p5-Devel-Declare
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Method/Signatures/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"