Added devel/p5-signatures version 0.03
With this module, we can specify subroutine signatures and have variables automatically defined within the subroutine.
This commit is contained in:
parent
faa0abebea
commit
8a07ec7386
3 changed files with 32 additions and 0 deletions
2
devel/p5-signatures/DESCR
Normal file
2
devel/p5-signatures/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
With this module, we can specify subroutine signatures and have
|
||||
variables automatically defined within the subroutine.
|
25
devel/p5-signatures/Makefile
Normal file
25
devel/p5-signatures/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/01/19 18:04:07 abs Exp $
|
||||
|
||||
DISTNAME= signatures-0.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FL/FLORA/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/perldoc?signatures
|
||||
COMMENT= Subroutine signatures with no source filter
|
||||
|
||||
USE_LANGUAGES= c
|
||||
PERL5_PACKLIST= auto/signatures/.packlist
|
||||
|
||||
DEPENDS+= p5-B-Hooks-OP-Check>=0.13:../../devel/p5-B-Hooks-OP-Check
|
||||
DEPENDS+= p5-B-Hooks-OP-PPAddr>=0:../../devel/p5-B-Hooks-OP-PPAddr
|
||||
DEPENDS+= p5-B-Hooks-Parser>=0.07:../../devel/p5-B-Hooks-Parser
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
|
||||
.include "../../devel/p5-B-Hooks-OP-PPAddr/buildlink3.mk"
|
||||
.include "../../devel/p5-B-Hooks-Parser/buildlink3.mk"
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-signatures/distinfo
Normal file
5
devel/p5-signatures/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/01/19 18:04:07 abs Exp $
|
||||
|
||||
SHA1 (signatures-0.03.tar.gz) = dabd61f6aaa86d2e3323dc05157eeb50610a777b
|
||||
RMD160 (signatures-0.03.tar.gz) = e3050765404e57e6b763e6b84dfc5d1a13b7ea6a
|
||||
Size (signatures-0.03.tar.gz) = 61427 bytes
|
Loading…
Reference in a new issue