diff options
author | miwi <miwi@FreeBSD.org> | 2010-08-15 16:47:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-08-15 16:47:04 +0800 |
commit | f0a2414a49612c133d172fc1bba1eb5f05a9bc72 (patch) | |
tree | fa66dee40b23380e9e5213f04d7d84d77239e0ea /archivers/p5-IO-Compress-Lzma/Makefile | |
parent | e43d466caa740440ca15eb8f66fe92b6ee4f63f6 (diff) | |
download | freebsd-ports-gnome-f0a2414a49612c133d172fc1bba1eb5f05a9bc72.tar.gz freebsd-ports-gnome-f0a2414a49612c133d172fc1bba1eb5f05a9bc72.tar.zst freebsd-ports-gnome-f0a2414a49612c133d172fc1bba1eb5f05a9bc72.zip |
IO::Compress::Lzma is a perl module for reading/writing lzma files/buffer.
WWW: http://search.cpan.org/dist/IO-Compress-Lzma/
PR: ports/148981
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
Diffstat (limited to 'archivers/p5-IO-Compress-Lzma/Makefile')
-rw-r--r-- | archivers/p5-IO-Compress-Lzma/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/archivers/p5-IO-Compress-Lzma/Makefile b/archivers/p5-IO-Compress-Lzma/Makefile new file mode 100644 index 000000000000..622e5c3bcf40 --- /dev/null +++ b/archivers/p5-IO-Compress-Lzma/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-IO-Compress-Lzma +# Date created: 2010-07-26 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> +# +# $FreeBSD$ +# + +PORTNAME= IO-Compress-Lzma +PORTVERSION= 2.030 +CATEGORIES= archivers perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@sunpoet.net +COMMENT= Write lzma files/buffers + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Lzma.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Lzma \ + ${SITE_PERL}/IO/Compress/Base.pm:${PORTSDIR}/archivers/p5-IO-Compress-Base +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Lzma.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Lzma \ + ${SITE_PERL}/IO/Compress/Base.pm:${PORTSDIR}/archivers/p5-IO-Compress-Base + +PERL_CONFIGURE= yes + +MAN3= IO::Compress::Lzma.3 IO::Compress::Xz.3 \ + IO::Uncompress::UnLzma.3 IO::Uncompress::UnXz.3 + +.include <bsd.port.mk> |