diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-30 15:59:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-30 15:59:00 +0000 |
commit | 57e4b916c4592e13f8c40e209a7b22de6df3add5 (patch) | |
tree | cef7aae91c4f25f788e9bdf9a0bb99f6a209b05f /audio/py-apetag/Makefile | |
parent | 0ef3e44f4d4d67bbd02f469bdcfca56349796e80 (diff) | |
download | ports-57e4b916c4592e13f8c40e209a7b22de6df3add5.tar.gz ports-57e4b916c4592e13f8c40e209a7b22de6df3add5.zip |
Notes
Diffstat (limited to 'audio/py-apetag/Makefile')
-rw-r--r-- | audio/py-apetag/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/py-apetag/Makefile b/audio/py-apetag/Makefile index 867863f56d10..f39c4620828f 100644 --- a/audio/py-apetag/Makefile +++ b/audio/py-apetag/Makefile @@ -3,6 +3,7 @@ PORTNAME= apetag PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= SF/pylibape/py-ApeTag/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,8 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Library for APE Tag written in Python USE_PYTHON= yes -NO_STAGE= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= py-ApeTag +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |