diff options
author | obache <obache@pkgsrc.org> | 2012-09-28 11:52:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-09-28 11:52:22 +0000 |
commit | 61adbcc0a3559f93ae9ff2996d5ff4aa4176e2e4 (patch) | |
tree | 6438819ff526e8dd354b6e3d9fa84478d7c9594a /security | |
parent | 445d03f3646b283cb57839d99ec3d6c67c622620 (diff) | |
download | pkgsrc-61adbcc0a3559f93ae9ff2996d5ff4aa4176e2e4.tar.gz |
LICENSE=gnu-gpl-v2
Diffstat (limited to 'security')
-rw-r--r-- | security/lasso/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/lasso/Makefile.common b/security/lasso/Makefile.common index c1c953aeb2a..83867eed065 100644 --- a/security/lasso/Makefile.common +++ b/security/lasso/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2011/04/04 08:30:30 manu Exp $ +# $NetBSD: Makefile.common,v 1.6 2012/09/28 11:52:22 obache Exp $ # # used by security/lasso/Makefile # used by security/py-lasso/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= http://dev.entrouvert.org/lasso/ MAINTAINER= manu@NetBSD.org HOMEPAGE= http://lasso.entrouvert.org/ COMMENT= Libery Alliance Single Sign On implementation +LICENSE= gnu-gpl-v2 DISTINFO_FILE= ${.CURDIR}/../../security/lasso/distinfo PATCHDIR= ${.CURDIR}/../../security/lasso/patches |