SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (Data-VString-0.000004.tar.gz) = UmxFbxU7CdaXHc4KIZBNg8KkgHwEcHoTqzkb823po+I=
SIZE (Data-VString-0.000004.tar.gz) = 6354

View 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).

View file

@ -0,0 +1,3 @@
${P5SITE}/Data/
${P5SITE}/Data/VString.pm
@man man/man3p/Data::VString.3p