# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
platforms darwin freebsd linux
categories sysutils archivers
description The RPM package management system.
long_description The RPM Package Manager (RPM) is a powerful command line driven \
package management system capable of installing, uninstalling, \
verifying, querying, and updating software packages. Each software \
package consists of an archive of files along with information about \
the package like its version, a description, etc.
master_sites ${homepage}/files/${name}/${name}-4.4
checksums rmd160 4abae3d8262a71eb3136c7817c5ae95bd8cd48e5 \
sha256 1da0dd4fd6743db9a5cb89d04e2ee192130a7ac861d0344589c712f2faeb74fa
depends_build port:perl${perl5.major} \
depends_lib port:beecrypt \
depends_run bin:bzip2:bzip2 \
path:lib/libssl.dylib:openssl
configure.args --disable-nls \
--infodir=${prefix}/share/info \
--mandir=${prefix}/share/man \
--sysconfdir=${prefix}/etc \
--with-libintl-prefix=${prefix} \
--with-libiconv-prefix=${prefix} \
--with-perl=${perl5.major} \
--without-included-gettext \
configure.env __PERL=${perl5.bin} \
__PYTHON=${prefix}/bin/python2.7