- Fix missing python package prefix

PR:		ports/178545
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
This commit is contained in:
Steve Wills 2013-05-20 01:03:43 +00:00
parent 81af939dc2
commit c08b6bf509
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318559

View file

@ -3,9 +3,10 @@
PORTNAME= munkres PORTNAME= munkres
PORTVERSION= 1.0.5.4 PORTVERSION= 1.0.5.4
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= math python CATEGORIES= math python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@feld.me MAINTAINER= feld@feld.me
COMMENT= A Python implementation of the munkres algorithm COMMENT= A Python implementation of the munkres algorithm