ef8e7763c8
them against a list of media-ranges. PR: ports/167717 Submitted by: William Grzybowski <william88 gmail.com>
22 lines
482 B
Makefile
22 lines
482 B
Makefile
# New ports collection makefile for: py-mimeparse
|
|
# Date created: 08 May 2012
|
|
# Whom: William Grzybowski
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mimeparse
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= william88@gmail.com
|
|
COMMENT= Basic functions for handling mime-types in Python
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS=yes
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
|
|
|
|
.include <bsd.port.mk>
|