Slightly modify cpan-modules information.

This commit is contained in:
Darren 'Tadgy' Austin 2022-10-05 22:14:29 +01:00
commit e953203724
4 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1 @@
# Custom packages required to build this package.

View file

@ -0,0 +1,3 @@
# Custom packages which require this package to build.
spamassassin
mj2

View file

@ -1,2 +0,0 @@
spamassassin (custom)
mj2 (custom)

View file

@ -12,7 +12,7 @@ SRC_FILENAMES=()
SRC_DIRNAMES=()
# Build configuration.
BUILD_REQUIRES=("perl" "openssl" "db48")
BUILD_REQUIRES=("perl" "openssl" "db48" "readline")
BUILD_CONFLICTS=("$PKG_NAME")
# The perl modules to build.