aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
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/Makefile
parent71573fe01faafed24d3f68487ac4a25dd084875f (diff)
downloadports-ede1996e21ae8111c5d5cf56c45d9fa1ea4a69c0.tar.gz
ports-ede1996e21ae8111c5d5cf56c45d9fa1ea4a69c0.zip
New port: p5-PAR-Dist.
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". Submitted by: autrijus@autrijus.org
Notes
Notes: svn path=/head/; revision=87837
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c3f54f4322ac..9dd9f3c7b1de 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -669,6 +669,7 @@
SUBDIR += p5-OLE-Storage_Lite
SUBDIR += p5-ORBit
SUBDIR += p5-Object-Realize-Later
+ SUBDIR += p5-PAR-Dist
SUBDIR += p5-POE
SUBDIR += p5-POE-Component-Client-DNS
SUBDIR += p5-POE-Component-Client-HTTP