SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/p5-Test-Version/Makefile
Normal file
17
devel/p5-Test-Version/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT = check to see that version's in modules are sane
|
||||
|
||||
DISTNAME = Test-Version-2.09
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Artistic 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
RUN_DEPENDS = devel/p5-File-Find-Rule-Perl
|
||||
TEST_DEPENDS = devel/p5-Test-Exception
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Version/distinfo
Normal file
2
devel/p5-Test-Version/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-Version-2.09.tar.gz) = nOHdKJel8w4bf4lm7Gb1fY2PKA9gXyjHyiIfp5rKOOA=
|
||||
SIZE (Test-Version-2.09.tar.gz) = 23396
|
2
devel/p5-Test-Version/pkg/DESCR
Normal file
2
devel/p5-Test-Version/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This module's goal is to be a one stop shop for checking to see that
|
||||
your versions across your dist are sane.
|
3
devel/p5-Test-Version/pkg/PLIST
Normal file
3
devel/p5-Test-Version/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Version.pm
|
||||
@man man/man3p/Test::Version.3p
|
Loading…
Add table
Add a link
Reference in a new issue