SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/p5-Sub-Exporter/Makefile
Normal file
20
devel/p5-Sub-Exporter/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT = sophisticated exporter for custom-built routines
|
||||
|
||||
DISTNAME = Sub-Exporter-0.988
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
||||
RUN_DEPENDS = devel/p5-Data-OptList>=0.10 \
|
||||
devel/p5-Params-Util>=0.14 \
|
||||
devel/p5-Sub-Install>=0.92
|
||||
|
||||
TEST_DEPENDS = devel/p5-Package-Generator
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Sub-Exporter/distinfo
Normal file
2
devel/p5-Sub-Exporter/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Sub-Exporter-0.988.tar.gz) = IzJIh9bFkPFFcC8HfYykLxsvJqO3bwjWbCweIeYGBAw=
|
||||
SIZE (Sub-Exporter-0.988.tar.gz) = 56906
|
3
devel/p5-Sub-Exporter/pkg/DESCR
Normal file
3
devel/p5-Sub-Exporter/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
The biggest benefit of Sub::Exporter over existing exporters
|
||||
is its ability to build new coderefs for export, rather than to
|
||||
simply export code identical to that found in the exporting package.
|
9
devel/p5-Sub-Exporter/pkg/PLIST
Normal file
9
devel/p5-Sub-Exporter/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
${P5SITE}/Sub/Exporter/
|
||||
${P5SITE}/Sub/Exporter.pm
|
||||
${P5SITE}/Sub/Exporter/Cookbook.pod
|
||||
${P5SITE}/Sub/Exporter/Tutorial.pod
|
||||
${P5SITE}/Sub/Exporter/Util.pm
|
||||
@man man/man3p/Sub::Exporter.3p
|
||||
@man man/man3p/Sub::Exporter::Cookbook.3p
|
||||
@man man/man3p/Sub::Exporter::Tutorial.3p
|
||||
@man man/man3p/Sub::Exporter::Util.3p
|
Loading…
Add table
Add a link
Reference in a new issue