diff options
author | obache <obache@pkgsrc.org> | 2013-01-27 02:56:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-01-27 02:56:37 +0000 |
commit | 4ef4f5b10c55b0c1abcfff23eb89ace0a547e2f6 (patch) | |
tree | f8a28ca2031685ac9b67327c771d5b4bb8b37473 /net | |
parent | f21e8d2a373950396d131f24d43def584c19208d (diff) | |
download | pkgsrc-4ef4f5b10c55b0c1abcfff23eb89ace0a547e2f6.tar.gz |
LICENSE is perl's one
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Pcap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile index 457e87a619d..b21c0b02baf 100644 --- a/net/p5-Net-Pcap/Makefile +++ b/net/p5-Net-Pcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/01/27 02:55:36 obache Exp $ +# $NetBSD: Makefile,v 1.22 2013/01/27 02:56:37 obache Exp $ # DISTNAME= Net-Pcap-0.16 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-Pcap/ COMMENT= Perl interface to pcap(3) LBL packet capture library +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-IO-Interface-[0-9]*:../../net/p5-IO-Interface # Used during test, doesn't work properly: |