diff options
author | jtb <jtb> | 2001-06-04 20:49:31 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-04 20:49:31 +0000 |
commit | 7df1d6fe8f72cd53a5e3e9a6b39d9abe2d07225b (patch) | |
tree | aaa3529f6605ac09d5c2dcbc41cf00b09e890fe1 /mail | |
parent | 016dd851f7a9295696aae933a4fd219a6f171e9d (diff) | |
download | pkgsrc-7df1d6fe8f72cd53a5e3e9a6b39d9abe2d07225b.tar.gz |
The license for cyrus-imapd is now in pkgsrc/licenses/.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 8cc3ec59654..775dec7c4b0 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/04/12 14:58:09 wennmach Exp $ +# $NetBSD: Makefile,v 1.13 2001/06/04 20:49:31 jtb Exp $ DISTNAME= cyrus-imapd-1.6.24 PKGNAME= ${DISTNAME}nb1 @@ -13,6 +13,8 @@ COMMENT= IMAP server DEPENDS+= tcl>=8.3.2:../../lang/tcl DEPENDS+= cyrus-sasl>=1.5.24nb2:../../security/cyrus-sasl +LICENSE= cyrus-imapd-license + USE_PERL5= # defined USE_SSL= # defined GNU_CONFIGURE= # defined |