diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /mail/p5-GMail-IMAPD/Makefile | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'mail/p5-GMail-IMAPD/Makefile')
-rw-r--r-- | mail/p5-GMail-IMAPD/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/p5-GMail-IMAPD/Makefile b/mail/p5-GMail-IMAPD/Makefile index 0d9156a0a86..e0e3079257f 100644 --- a/mail/p5-GMail-IMAPD/Makefile +++ b/mail/p5-GMail-IMAPD/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/08/09 08:03:33 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:24 joerg Exp $ DISTNAME= GMail-IMAPD-0.93 PKGNAME= p5-${DISTNAME} @@ -9,11 +9,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~krs/GMail-IMAPD-0.93/ COMMENT= IMAP gateway for the GMail web service +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Crypt-SSLeay>=0.51:../../security/p5-Crypt-SSLeay DEPENDS+= p5-libwww>=5.80:../../www/p5-libwww -PKG_INSTALLATION_TYPES= overwrite pkgviews - PERL5_PACKLIST= auto/GMail/IMAPD/.packlist .include "../../lang/perl5/module.mk" |