Lines 5-11
Link Here
|
5 |
# $FreeBSD: ports/audio/py-mutagen/Makefile,v 1.15 2010/04/03 19:30:37 lwhsu Exp $ |
5 |
# $FreeBSD: ports/audio/py-mutagen/Makefile,v 1.15 2010/04/03 19:30:37 lwhsu Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= mutagen |
7 |
PORTNAME= mutagen |
8 |
PORTVERSION= 1.19 |
8 |
PORTVERSION= 1.20 |
9 |
CATEGORIES= audio python |
9 |
CATEGORIES= audio python |
10 |
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} |
10 |
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} |
11 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
11 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 13-18
Link Here
|
13 |
MAINTAINER= johnson.peter@gmail.com |
13 |
MAINTAINER= johnson.peter@gmail.com |
14 |
COMMENT= A Python-based audio metadata tag reader and writer |
14 |
COMMENT= A Python-based audio metadata tag reader and writer |
15 |
|
15 |
|
|
|
16 |
LICENSE= GPLv2 |
17 |
LICENSE_FILE= ${WRKSRC}/COPYING |
18 |
|
16 |
USE_PYTHON= yes |
19 |
USE_PYTHON= yes |
17 |
USE_PYDISTUTILS= yes |
20 |
USE_PYDISTUTILS= yes |
18 |
|
21 |
|