diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-03-27 23:56:19 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-03-27 23:56:19 (GMT) |
commit | 58197a1141c3a3b9fd0ba0ae12f14c6a2cab4d50 (patch) | |
tree | edce4d3a9db2f3fc2adb8be1ff6a200621b9756c /abs/extra/perl-net-smtp-ssl/PKGBUILD | |
parent | 4eb2b2889892c33ef808b00dfa49a6ea3d53fdbe (diff) | |
download | linhes_pkgbuild-58197a1141c3a3b9fd0ba0ae12f14c6a2cab4d50.zip linhes_pkgbuild-58197a1141c3a3b9fd0ba0ae12f14c6a2cab4d50.tar.gz linhes_pkgbuild-58197a1141c3a3b9fd0ba0ae12f14c6a2cab4d50.tar.bz2 |
perl-class-inspector: update to 1.32
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') |