~ubuntu-branches/ubuntu/natty/liblocale-gettext-perl/natty

1
2
3
4
5
6
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME => "Locale::gettext",
    LIBS => ["-lintl"],
    VERSION_FROM => 'gettext.pm', 
);