diff options
Diffstat (limited to 'abs/extra/perl-net-smtp-ssl/PKGBUILD')
-rw-r--r-- | abs/extra/perl-net-smtp-ssl/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/abs/extra/perl-net-smtp-ssl/PKGBUILD b/abs/extra/perl-net-smtp-ssl/PKGBUILD deleted file mode 100644 index 0a10c5b..0000000 --- a/abs/extra/perl-net-smtp-ssl/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 64819 2012-02-18 11:10:48Z cbrannon $ -# Maintainer: Chris Brannon <cmbrannon79@gmail.com> -# Contributor: Abhishek Dasgupta <abhidg@gmail.com> - -pkgname=perl-net-smtp-ssl -pkgver=1.01 -pkgrel=3 -pkgdesc="SSL support for Net::SMTP" -arch=(any) -url="http://search.cpan.org/dist/Net-SMTP-SSL/" -license=('GPL' 'PerlArtistic') -depends=('perl-io-socket-ssl') -source=("http://www.cpan.org/authors/id/C/CW/CWEST/Net-SMTP-SSL-${pkgver}.tar.gz") -options=(!emptydirs) - -package() { - cd "${srcdir}/Net-SMTP-SSL-${pkgver}" - # Install module into the vendor directories. - perl Makefile.PL INSTALLDIRS=vendor - make - make DESTDIR="$pkgdir" install || return 1 - - # Remove .packlist and perllocal.pod files. - find "$pkgdir" -name '.packlist' -delete - find "$pkgdir" -name 'perllocal.pod' -delete -} -md5sums=('ba039288ebf7a343feecacd374da8c1a') |