diff --git a/srcpkgs/python-libpcap/template b/srcpkgs/python-libpcap/template index 2eebdf80500..aecb03a8bf6 100644 --- a/srcpkgs/python-libpcap/template +++ b/srcpkgs/python-libpcap/template @@ -8,7 +8,11 @@ hostmakedepends="python" makedepends="libpcap-devel python-devel" short_desc="Python module for the libpcap packet capture library" maintainer="Andrea Brancaleoni " -license="BSD" +license="3-clause-BSD" homepage="http://pylibpcap.sourceforge.net/" distfiles="$SOURCEFORGE_SITE/pylibpcap/pylibpcap/$version/pylibpcap-$version.tar.gz" checksum=cfc365f2707a7986496acacf71789fef932a5ddbeaa36274cc8f9834831ca3b1 + +post_install() { + vlicense COPYING +}