Ticket #34140: py-pylibpcap_Portfile.diff
File py-pylibpcap_Portfile.diff, 1.5 KB (added by mfeiri, 13 years ago) |
---|
-
python/py-pylibpcap/Portfile
old new 1 # $Id: Portfile 86748 2011-11-03 00:36:03Z jmr@macports.org$1 # $Id: Portfile 726 2012-04-19 21:53:57Z mfeiri $ 2 2 3 3 PortSystem 1.0 4 PortGroup python 241.04 PortGroup python 1.0 5 5 6 6 name py-pylibpcap 7 version 0.6. 27 version 0.6.4 8 8 categories python net 9 9 license BSD 10 platforms 10 platforms darwin 11 11 maintainers pmq openmaintainer 12 12 13 13 description Python module for the libpcap packet capture library … … 19 19 homepage http://pylibpcap.sourceforge.net 20 20 master_sites sourceforge:pylibpcap 21 21 22 distname pylibpcap-${version} 23 checksums sha1 f47d6e5d72219e2162f1b16e59f3c45e496652d9 \ 24 rmd160 dbda6fec0786630c3af65d540b57507f888d1d78 22 distname pylibpcap-${version} 23 checksums sha1 30b5d2e9dc8dcf6df067a216d9ecae109ff34f86 \ 24 rmd160 27aea5a6a4c2317b77483c15482de68312bb3777 25 26 python.versions 24 25 26 27 25 27 26 28 depends_lib-append port:libpcap port:swig-python 27 29 28 30 post-destroot { 29 set sharedir ${destroot}${prefix}/share/doc/${ name}-${version}31 set sharedir ${destroot}${prefix}/share/doc/${subport} 30 32 xinstall -d ${sharedir} 31 33 xinstall -d ${sharedir}/examples 32 34