mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add p5-Version-Next 0.002, increment module version numbers simply and
correctly.
This commit is contained in:
parent
71f5b947f1
commit
9b3f82fb90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304373
@ -871,6 +871,7 @@
|
||||
SUBDIR += p5-Unicode-Normalize
|
||||
SUBDIR += p5-Unicode-Unihan
|
||||
SUBDIR += p5-Validator-Custom
|
||||
SUBDIR += p5-Version-Next
|
||||
SUBDIR += p5-Vroom
|
||||
SUBDIR += p5-WDDX
|
||||
SUBDIR += p5-WWW-Google-SiteMap
|
||||
|
20
textproc/p5-Version-Next/Makefile
Normal file
20
textproc/p5-Version-Next/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Version-Next
|
||||
PORTVERSION= 0.002
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Increment module version numbers simply and correctly
|
||||
|
||||
BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Version::Next.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Version-Next/distinfo
Normal file
2
textproc/p5-Version-Next/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Version-Next-0.002.tar.gz) = 1f225b63088667a4408d1cdd20fb31a11ec98ec9df5c846ccae205af102df27a
|
||||
SIZE (Version-Next-0.002.tar.gz) = 9428
|
7
textproc/p5-Version-Next/pkg-descr
Normal file
7
textproc/p5-Version-Next/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module provides a simple, correct way to increment a Perl module version
|
||||
number. It does not attempt to guess what the original version number author
|
||||
intended, it simply increments in the smallest possible fashion. Decimals are
|
||||
incremented like an odometer. Dotted decimals are incremented piecewise and
|
||||
presented in a standardized way.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Version-Next/
|
5
textproc/p5-Version-Next/pkg-plist
Normal file
5
textproc/p5-Version-Next/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Version/Next.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Version/Next/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Version/Next
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Version
|
||||
@dirrmtry %%SITE_PERL%%/Version
|
Loading…
Reference in New Issue
Block a user