diff options
Diffstat (limited to 'security/py-pycryptodome-test-vectors/Makefile')
-rw-r--r-- | security/py-pycryptodome-test-vectors/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-pycryptodome-test-vectors/Makefile b/security/py-pycryptodome-test-vectors/Makefile index 15d44c0155a5..7d1819548470 100644 --- a/security/py-pycryptodome-test-vectors/Makefile +++ b/security/py-pycryptodome-test-vectors/Makefile @@ -1,9 +1,9 @@ PORTNAME= pycryptodome-test-vectors -DISTVERSION= 1.0.20 -PORTREVISION= 1 +DISTVERSION= 1.0.22 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} MAINTAINER= john@saltant.com COMMENT= Optional test vectors for PyCryptodome and PyCryptodomeX @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE APACHE20 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= cpe python zip +USES= cpe python CPE_VENDOR= python USE_PYTHON= autoplist distutils |