mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cb5c16af37
- Update to 0.1.4 (Newer upstream) - Use auto plist
20 lines
471 B
Makefile
20 lines
471 B
Makefile
# Created by: William Grzybowski
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mimeparse
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Basic functions for handling mime-types in Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
PYDISTUTILS_EGGINFO= python_mimeparse-${PORTVERSION}-py${PYTHON_VER}.egg-info
|
|
|
|
.include <bsd.port.mk>
|