diff options
Diffstat (limited to 'dev/perl/perl-parse-recdescent/perl-parse-recdescent.mkbuild')
-rw-r--r-- | dev/perl/perl-parse-recdescent/perl-parse-recdescent.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/perl/perl-parse-recdescent/perl-parse-recdescent.mkbuild b/dev/perl/perl-parse-recdescent/perl-parse-recdescent.mkbuild index 10ba03e..e07ae9c 100644 --- a/dev/perl/perl-parse-recdescent/perl-parse-recdescent.mkbuild +++ b/dev/perl/perl-parse-recdescent/perl-parse-recdescent.mkbuild @@ -29,7 +29,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Parse-RecDescent-v1.95.1.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Parse-RecDescent-1.96.0.tar.gz" # Package name. Null ("") to auto-set # Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -51,6 +51,7 @@ on: error_codes on: start_structure on: download_source + on: manifest_check on: untar_source on: configure on: make_package |