summaryrefslogtreecommitdiffstats
path: root/apkbuild-cpan.in
Commit message (Collapse)AuthorAgeFilesLines
* fix permissionsNatanael Copa2014-03-311-0/+0
|
* apkbuild-cpan: Depend on test-requires and test-recommends, too, for ↵Kiyoshi Aman2011-11-041-2/+4
| | | | safety's sake.
* apkbuild-cpan: Emits runtime recommendations, depends on build recommendations.Kiyoshi Aman2011-11-041-0/+2
|
* apkbuild-cpan: export CFLAGS so modules using C/XS build properly.Kiyoshi Aman2011-11-031-1/+4
|
* apkbuild-cpan: 'check' output format changed; exit code 1 on version mismatchKiyoshi Aman2011-06-281-1/+4
|
* apkbuild-cpan: Added 'check' command, which prints latest & packaged versions.Kiyoshi Aman2011-06-281-13/+19
|
* apkbuild-cpan: XS modules using Module::Build now obtain Perl CFLAGS properly.Kiyoshi Aman2011-06-281-0/+1
|
* apkbuild-cpan: add detection for perl modules with native codeKiyoshi Aman2011-06-021-0/+4
| | | | so we get arch set properly
* apkbuild-cpan: fix handling of license meta-dataTimo Teräs2011-06-021-2/+4
| | | | Don't update if it's unknown, and fix the error message.
* apkbuild-cpan: new tool superceding newapkbuild-cpan toolTimo Teräs2011-06-021-0/+336
Based on Aerdan's original work, this is a perl utility that interacts with CPAN which can create and update APKBUILDs with proper metadata info.