diff options
| author | Britney Fransen <brfransen@gmail.com> | 2018-09-06 16:35:27 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2018-09-06 16:35:27 (GMT) |
| commit | 5669815ec3a539cf7b5ac7d8da2cbba3aeff44be (patch) | |
| tree | f13051093a52f47f5954c2ee2a783bc2f0f62f96 /abs/extra/perl-net-smtp-ssl | |
| parent | 8d35f28049488f2585ef765bf48e7a58958fd587 (diff) | |
| parent | 04697136037cb5341ee6c051f8aaa265c0400c82 (diff) | |
| download | linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.zip linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.tar.gz linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.tar.bz2 | |
Merge branch 'testing'
Diffstat (limited to 'abs/extra/perl-net-smtp-ssl')
| -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') |
