milis/talimatname/genel/p/perl-mail-spf/talimat

19 lines
444 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: SPF desteği sağlayan Perl modülü
# URL: http://search.cpan.org/
# Paketçi: milisarge
# Gerekler: perl-error perl-netaddr-ip perl-uri perl-net-dns perl-net-dns-resolver-programmable
# Grup: ağ
isim=perl-mail-spf
surum=2.9.0
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v$surum.tar.gz)
derle() {
cd Mail-SPF-v$surum
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
}