projects
/
itkacl
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Release a new version of the Apache module, with the context support.
[itkacl]
/
perl-itkacl-2.0
/
Makefile.PL
1
use ExtUtils::MakeMaker;
2
3
WriteMakefile(
4
NAME => 'itkacl',
5
VERSION => '2.0',
6
LIBS => '-litkacl',
7
OBJECT => 'itkacl_wrap.o',
8
);