diff options
author | pettai <pettai> | 2010-03-10 15:55:38 +0000 |
---|---|---|
committer | pettai <pettai> | 2010-03-10 15:55:38 +0000 |
commit | 649fdf426226c01f471be4a1f96fbccb2ae4bc4c (patch) | |
tree | 3c974e0e80107f2204bd0997b3d77a27d7720cfc /textproc | |
parent | 66c6864b531e70948eb9be10db4460f255ee72ef (diff) | |
download | pkgsrc-649fdf426226c01f471be4a1f96fbccb2ae4bc4c.tar.gz |
Added LICENSE
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-List-Compare/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-List-Compare/Makefile b/textproc/p5-List-Compare/Makefile index cf911618008..eb8af23615d 100644 --- a/textproc/p5-List-Compare/Makefile +++ b/textproc/p5-List-Compare/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2010/03/09 19:41:21 pettai Exp $ +# $NetBSD: Makefile,v 1.2 2010/03/10 15:55:38 pettai Exp $ # DISTNAME= List-Compare-0.37 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/} MAINTAINER= pettai@NetBSD.org HOMEPAGE= http://search.cpan.org/~jkeenan/List-Compare/ COMMENT= Compare elements of two or more lists +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |