aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-08-28 15:25:19 +0800
committerdemon <demon@FreeBSD.org>2003-08-28 15:25:19 +0800
commit437d76f1a30c005c417b92e696e8fe5f69315cda (patch)
treec6fcc58599c2ea9a0b6439c91792eb2df64082a6 /devel/Makefile
parentf5e901914a195d1b2d792ed681866f65757250d3 (diff)
downloadfreebsd-ports-gnome-437d76f1a30c005c417b92e696e8fe5f69315cda.tar.gz
freebsd-ports-gnome-437d76f1a30c005c417b92e696e8fe5f69315cda.tar.zst
freebsd-ports-gnome-437d76f1a30c005c417b92e696e8fe5f69315cda.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
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