SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-Data-VString/Makefile
Normal file
12
devel/p5-Data-VString/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
COMMENT= handle v-strings (often used as version strings)
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Data-VString-0.000004
|
||||
REVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-VString/distinfo
Normal file
2
devel/p5-Data-VString/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-VString-0.000004.tar.gz) = UmxFbxU7CdaXHc4KIZBNg8KkgHwEcHoTqzkb823po+I=
|
||||
SIZE (Data-VString-0.000004.tar.gz) = 6354
|
6
devel/p5-Data-VString/pkg/DESCR
Normal file
6
devel/p5-Data-VString/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Version Strings (v-strings) in base Perl have been deprecated and
|
||||
will not be available after Perl 5.8.
|
||||
|
||||
This module revives them as a simple module implementation.
|
||||
Version strings are well suited in many version "numbering" schemes
|
||||
and straightforward (if you always remember they are not numbers).
|
3
devel/p5-Data-VString/pkg/PLIST
Normal file
3
devel/p5-Data-VString/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/VString.pm
|
||||
@man man/man3p/Data::VString.3p
|
Loading…
Add table
Add a link
Reference in a new issue