freebsd-ports/net/py-pypacker/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00

23 lines
441 B
Makefile

PORTNAME= pypacker
PORTVERSION= 5.0
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Packet manipulation library for Python
WWW= https://gitlab.com/mike01/pypacker
LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= dual
USES= python
USE_GITLAB= yes
USE_PYTHON= autoplist distutils
NO_ARCH= yes
GL_ACCOUNT= mike01
GL_TAGNAME= 268e27c813545bf7995dd0a80abdb4da24d64722
.include <bsd.port.mk>