diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-06-14 08:22:55 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-06-14 08:22:55 +0000 |
commit | a22b6e03bd5a2cb542a37ded0f6eb698503f02be (patch) | |
tree | 5ef5b71fdda40e67f01af9f5289425655d4e1acc /security/pidgin-otr/Makefile | |
parent | 8fe91429b39dae46f483712dd519f69fb07bd249 (diff) | |
download | ports-a22b6e03bd5a2cb542a37ded0f6eb698503f02be.tar.gz ports-a22b6e03bd5a2cb542a37ded0f6eb698503f02be.zip |
Add LICENSE information to my ports where the right answer is obvious
Notes
Notes:
svn path=/head/; revision=256505
Diffstat (limited to 'security/pidgin-otr/Makefile')
-rw-r--r-- | security/pidgin-otr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index a3e1e2dfa727..94674ac67f8b 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -20,6 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dougb@FreeBSD.org COMMENT= Allows deniable private conversations using Pidgin +LICENSE= GPLv2 + BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \ gcrypt:${PORTSDIR}/security/libgcrypt \ |