diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 17:11:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 17:11:34 +0000 |
commit | da7af081ce75dde0c5091818436f66472d57ee67 (patch) | |
tree | e320e410dc63b10158e40f907c136a6b768914eb /misc/p5-Array-IntSpan | |
parent | - Convert to new perl framework (diff) |
- Convert to new perl framework
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=324167
Diffstat (limited to 'misc/p5-Array-IntSpan')
-rw-r--r-- | misc/p5-Array-IntSpan/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/p5-Array-IntSpan/Makefile b/misc/p5-Array-IntSpan/Makefile index 7708692ec7af..322bddf62eb3 100644 --- a/misc/p5-Array-IntSpan/Makefile +++ b/misc/p5-Array-IntSpan/Makefile @@ -11,6 +11,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Module for handling arrays using IntSpan techniques PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::IntSpan.3 Array::IntSpan::Fields.3 |