diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-20 11:55:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-20 11:55:17 +0000 |
commit | 6120ab1c8e00e6c8934ef34aad166e3b70c28147 (patch) | |
tree | 373f1411632040e50f7887645f2042a867b68f8f /security | |
parent | 182861677b9ebb4f70f52a51a49f583597d14833 (diff) | |
download | pkgsrc-6120ab1c8e00e6c8934ef34aad166e3b70c28147.tar.gz |
Set LICENSE.
Diffstat (limited to 'security')
-rw-r--r-- | security/antonym/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/antonym/Makefile b/security/antonym/Makefile index 30cdb01eca0..759586bbfbb 100644 --- a/security/antonym/Makefile +++ b/security/antonym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:44 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2010/12/20 11:55:17 wiz Exp $ # DISTNAME= antonym-1.9 @@ -8,6 +8,7 @@ MASTER_SITES= http://subwiki.honeypot.net/pub/Computing/AntoNym/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://subwiki.honeypot.net/cgi-bin/view/Computing/AntoNym COMMENT= Anonymous nymserver account maintenance tool +LICENSE= gnu-gpl-v2 DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= pgp-2.*:../../security/pgp2 |