- add CHEESESHOP mirror

- mark this port Python3 ready
- remove USE_PYTHON_PREFIX (port installs into PYTHON_SITELIBDIR)
This commit is contained in:
Ruslan Makhmatkhanov 2012-02-17 14:29:53 +00:00
parent 9fc776f599
commit 73ffda6082
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291576

View file

@ -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: