svn commit: r334072 - head/graphics/py-ming

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 17 10:33:01 UTC 2013


Author: sunpoet
Date: Sun Nov 17 10:33:00 2013
New Revision: 334072
URL: http://svnweb.freebsd.org/changeset/ports/334072

Log:
  - Add LICENSE
  - Support STAGEDIR

Modified:
  head/graphics/py-ming/Makefile

Modified: head/graphics/py-ming/Makefile
==============================================================================
--- head/graphics/py-ming/Makefile	Sun Nov 17 10:32:55 2013	(r334071)
+++ head/graphics/py-ming/Makefile	Sun Nov 17 10:33:00 2013	(r334072)
@@ -9,6 +9,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python module for Ming which allows you to create Flash 4/5 movies
 
+LICENSE=	GPLv2 LGPL21
+LICENSE_COMB=	multi
+
 BUILD_WRKSRC=	${WRKSRC}/py_ext
 CONFIGURE_ARGS=	--enable-python
 INSTALL_WRKSRC=	${WRKSRC}/py_ext
@@ -23,5 +26,4 @@ SLAVEPORT=	py
 PYDISTUTILS_PKGNAME=	mingc
 PYDISTUTILS_PKGVERSION=	${PORTVERSION}
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list