autospec/conf/02-specfile-rpm-macros-perl.conf
Davide Madrisan 0484d69511 autospec.conf: rework configuration files
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-05-06 17:48:10 +02:00

14 lines
511 B
Plaintext

## Macros for PERL packages ---------------------------------------------------
# Name of the PERL script used to generate the Makefile in perl packages
# (default is "Makefile.PL", but at least one package uses "BUILD.PL")
perl_Makefile_generator="Makefile.PL"
# Default License for perl packages
# (default is "", but can be normally set to "Artistic")
perl_License_default=""
# Force a name structure for PERL packages
# Set to "" if you don't want to fix a structure
perl_module_name_structure="^perl-"