mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- add CHEESESHOP mirror
- mark this port Python3 ready - remove USE_PYTHON_PREFIX (port installs into PYTHON_SITELIBDIR)
This commit is contained in:
parent
9fc776f599
commit
73ffda6082
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291576
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,8 @@
|
|||
PORTNAME= crcmod
|
||||
PORTVERSION= 1.7
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \
|
||||
CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
|
@ -16,9 +17,9 @@ COMMENT= Module for Cyclic Redundancy Check (CRC) calculations
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
# Python3 ready
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_PYTHON_PREFIX= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue