import p5-Devel-Declare
Devel::Declare can install subroutines called declarators which locally take over Perl's parser, allowing the creation of new syntax.
This commit is contained in:
parent
dbcc7b5a12
commit
ac416f6913
22
devel/p5-Devel-Declare/Makefile
Normal file
22
devel/p5-Devel-Declare/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/01/12 07:52:46 jasper Exp $
|
||||
|
||||
COMMENT= adding keywords to perl, in perl
|
||||
|
||||
DISTNAME= Devel-Declare-0.005011
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
BUILD_DEPENDS= ::devel/p5-B-Hooks-OP-Check
|
||||
RUN_DEPENDS= ::devel/p5-B-Hooks-OP-Check \
|
||||
::devel/p5-B-Hooks-EndOfScope \
|
||||
::devel/p5-Sub-Name
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Devel-Declare/distinfo
Normal file
5
devel/p5-Devel-Declare/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Devel-Declare-0.005011.tar.gz) = CoH7PFQHsuj7YBdHHGdiKQ==
|
||||
RMD160 (Devel-Declare-0.005011.tar.gz) = 3i0cYQV23aHj2J5mX6YY9JZftAo=
|
||||
SHA1 (Devel-Declare-0.005011.tar.gz) = LKOhz1kGx9g02Wg4rDBbOOos64Y=
|
||||
SHA256 (Devel-Declare-0.005011.tar.gz) = LF8szyIxs8MihcT2z1F6aIgUNMz31fpJMd+SMMYlHIo=
|
||||
SIZE (Devel-Declare-0.005011.tar.gz) = 44831
|
2
devel/p5-Devel-Declare/pkg/DESCR
Normal file
2
devel/p5-Devel-Declare/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Devel::Declare can install subroutines called declarators which locally
|
||||
take over Perl's parser, allowing the creation of new syntax.
|
Loading…
Reference in New Issue
Block a user