diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-24 05:23:58 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-24 05:23:58 +0000 |
commit | 982a8cd69b86bc380ede5e028d4c82bb33d9b864 (patch) | |
tree | 24647f90b9bcb22056da57acb6c0c84c2385098e /chat | |
parent | 77d9e3d5f358bbee9a5e1816993a9d03816fa63d (diff) | |
download | pkgsrc-982a8cd69b86bc380ede5e028d4c82bb33d9b864.tar.gz |
Add LICENSE.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/p5-Net-Goofey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/p5-Net-Goofey/Makefile b/chat/p5-Net-Goofey/Makefile index 7c9b78df203..dae20ce833c 100644 --- a/chat/p5-Net-Goofey/Makefile +++ b/chat/p5-Net-Goofey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/08/06 13:09:38 adam Exp $ +# $NetBSD: Makefile,v 1.17 2011/10/24 05:23:58 hiramatsu Exp $ DISTNAME= Net-Goofey-1.5 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,7 @@ MASTER_SITES= http://notdoneliving.net/code/Net-Goofey/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://notdoneliving.net/code/ COMMENT= Perl module for communicating with a Goofey server +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |