diff options
author | martti <martti@pkgsrc.org> | 2007-10-30 13:44:22 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-30 13:44:22 +0000 |
commit | 2e8958a1210d8ebb0c181d94120fbcff07515ec3 (patch) | |
tree | 0006a4150cd297ff9a80ccd7d2c6b2e9d4e212cf /mail/squirrelmail | |
parent | 64d63fec50c8f9418796c935f783ffe32dce25ac (diff) | |
download | pkgsrc-2e8958a1210d8ebb0c181d94120fbcff07515ec3.tar.gz |
Added LICENSE=gnu-gpl-v2
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index f4f67475365..e274a7f3c5c 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2007/10/02 05:28:19 martti Exp $ +# $NetBSD: Makefile,v 1.93 2007/10/30 13:44:22 martti Exp $ DISTNAME= squirrelmail-1.4.11 #PKGREVISION= 1 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.squirrelmail.org/ COMMENT= PHP webmail package +LICENSE= gnu-gpl-v2 CONFLICTS= sq-attachment-handlers-[0-9]* CONFLICTS+= sq-squirrelspell-[0-9]* |