1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

- Support USE_GITHUP

PR:		187760
Submitted by:	Ports FUry
This commit is contained in:
Martin Wilke 2014-04-26 02:38:00 +00:00
parent a7adc8b717
commit 9ad2a38f32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352218

View File

@ -4,7 +4,7 @@
PORTNAME= netaddr
PORTVERSION= 0.7.10
CATEGORIES= net python
MASTER_SITES= https://github.com/downloads/drkjam/netaddr/
MASTER_SITES= GHC
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
@ -12,6 +12,11 @@ COMMENT= Python library for the manipulation of network addresses
LICENSE= BSD
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GITHUB= yes
GH_ACCOUNT= drkjam
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes