SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/p5-Importer/Makefile
Normal file
17
devel/p5-Importer/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT = alternative but compatible interface to modules that export
|
||||
|
||||
DISTNAME = Importer-0.026
|
||||
CPAN_AUTHOR = EXODIST
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Importer/distinfo
Normal file
2
devel/p5-Importer/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Importer-0.026.tar.gz) = 4I+oThPLmYt6iX/I7Jw0WfzBcWr/Jcw0Pjbvh1iRsO8=
|
||||
SIZE (Importer-0.026.tar.gz) = 41607
|
6
devel/p5-Importer/pkg/DESCR
Normal file
6
devel/p5-Importer/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
This module acts as a layer between Exporter and modules which
|
||||
consume exports. It is feature-compatible with Exporter, plus some
|
||||
much needed extras. You can use this to import symbols from any
|
||||
exporter that follows Exporters specification. The exporter modules
|
||||
themselves do not need to use or inherit from the Exporter module,
|
||||
they just need to set @EXPORT and/or other variables.
|
2
devel/p5-Importer/pkg/PLIST
Normal file
2
devel/p5-Importer/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/Importer.pm
|
||||
@man man/man3p/Importer.3p
|
Loading…
Add table
Add a link
Reference in a new issue