aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-PAR-Dist/pkg-descr
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-08-28 07:25:19 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-08-28 07:25:19 +0000
commitede1996e21ae8111c5d5cf56c45d9fa1ea4a69c0 (patch)
tree37b4d39ffd68ee210846ca2eeb06fbafc9f5c251 /devel/p5-PAR-Dist/pkg-descr
parent71573fe01faafed24d3f68487ac4a25dd084875f (diff)
downloadports-ede1996e21ae8111c5d5cf56c45d9fa1ea4a69c0.tar.gz
ports-ede1996e21ae8111c5d5cf56c45d9fa1ea4a69c0.zip
Notes
Diffstat (limited to 'devel/p5-PAR-Dist/pkg-descr')
-rw-r--r--devel/p5-PAR-Dist/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/p5-PAR-Dist/pkg-descr b/devel/p5-PAR-Dist/pkg-descr
new file mode 100644
index 000000000000..75edd5c7097c
--- /dev/null
+++ b/devel/p5-PAR-Dist/pkg-descr
@@ -0,0 +1,14 @@
+This module creates and manipulates PAR distributions. They are
+architecture-specific PAR files, containing everything under blib/
+of CPAN distributions after their "make" or "Build" stage, a META.yml
+describing metadata of the original CPAN distribution, and a MANIFEST
+detailing all files within it. Digitally signed PAR distributions
+will also contain a SIGNATURE file.
+
+The naming convention for such distributions is:
+
+ $NAME-$VERSION-$ARCH-$PERL_VERSION.par
+
+For example, "PAR-Dist-0.01-i386-freebsd-5.8.0.par" corresponds to the
+0.01 release of "PAR-Dist" on CPAN, built for perl 5.8.0 running on
+"i386-freebsd".