aboutsummaryrefslogtreecommitdiff
path: root/devel/py-crcmod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-crcmod/Makefile')
-rw-r--r--devel/py-crcmod/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-crcmod/Makefile b/devel/py-crcmod/Makefile
index f286e288d1a1..7efb037e1b85 100644
--- a/devel/py-crcmod/Makefile
+++ b/devel/py-crcmod/Makefile
@@ -2,18 +2,18 @@ PORTNAME= crcmod
PORTVERSION= 1.7
PORTREVISION= 2
CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP \
+MASTER_SITES= PYPI \
SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Module for Cyclic Redundancy Check (CRC) calculations
-WWW= http://crcmod.sourceforge.net/
+WWW= https://crcmod.sourceforge.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:3.6+
+USES= python
USE_PYTHON= autoplist distutils
DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}