SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/p5-Data-Section/Makefile
Normal file
19
devel/p5-Data-Section/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
COMMENT = read multiple hunks of data out of your DATA section
|
||||
|
||||
DISTNAME = Data-Section-0.200008
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = devel/p5-MRO-Compat>=0.09 \
|
||||
devel/p5-Sub-Exporter>=0.979
|
||||
TEST_DEPENDS = devel/p5-Test-FailWarnings
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Section/distinfo
Normal file
2
devel/p5-Data-Section/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-Section-0.200008.tar.gz) = g6zHpV091+026deNNQrzE4xpz6F4pEdlgicS/0M7mQ4=
|
||||
SIZE (Data-Section-0.200008.tar.gz) = 22583
|
3
devel/p5-Data-Section/pkg/DESCR
Normal file
3
devel/p5-Data-Section/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Data::Section provides an easy way to access multiple named chunks of
|
||||
line-oriented data in your module's DATA section. It was written to allow
|
||||
modules to store their own templates, but probably has other uses.
|
2
devel/p5-Data-Section/pkg/PLIST
Normal file
2
devel/p5-Data-Section/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/Data/Section.pm
|
||||
@man man/man3p/Data::Section.3p
|
Loading…
Add table
Add a link
Reference in a new issue