[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / py-dpkt

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/net/py-dpkt/Makefile between version 1.2 and 1.9

version 1.2, 2012/10/23 17:19:02 version 1.9, 2017/09/04 18:55:09
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=       dpkt-1.6  DISTNAME=       dpkt-1.8
 PKGNAME=        ${PYPKGPREFIX}-dpkt-1.6  PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
   PKGREVISION=    1
 CATEGORIES=     net python  CATEGORIES=     net python
 MASTER_SITES=   http://dpkt.googlecode.com/files/  MASTER_SITES=   http://dpkt.googlecode.com/files/
   
 MAINTAINER=     pettai@NetBSD.org  MAINTAINER=     pettai@NetBSD.org
 HOMEPAGE=       http://code.google.com/p/dpkt/  HOMEPAGE=       https://github.com/kbandla/dpkt
 COMMENT=        Python packet creation / parsing library  COMMENT=        Python packet creation / parsing library
 LICENSE=        modified-bsd  LICENSE=        modified-bsd
   
 PYDISTUTILSPKG= yes  
   
 USE_LANGUAGES=  # none  USE_LANGUAGES=  # none
   
 .include "../../lang/python/extension.mk"  PYTHON_VERSIONS_INCOMPATIBLE=   34 35 36 # not yet ported as of 1.8
 .include "../../lang/python/application.mk"  
   .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>