Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2013 03:20:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334377 - head/chinese/py-cconv
Message-ID:  <201311200320.rAK3KxDN004804@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov 20 03:20:59 2013
New Revision: 334377
URL: http://svnweb.freebsd.org/changeset/ports/334377

Log:
  - Add LICENSE
  - Convert to new LIB_DEPENDS format
  - Support STAGEDIR

Modified:
  head/chinese/py-cconv/Makefile

Modified: head/chinese/py-cconv/Makefile
==============================================================================
--- head/chinese/py-cconv/Makefile	Wed Nov 20 03:20:56 2013	(r334376)
+++ head/chinese/py-cconv/Makefile	Wed Nov 20 03:20:59 2013	(r334377)
@@ -11,7 +11,9 @@ DISTNAME=	${PORTNAME}-python-${PORTVERSI
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python wrapper for chinese/cconv
 
-LIB_DEPENDS=	cconv:${PORTSDIR}/chinese/cconv
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	libcconv.so:${PORTSDIR}/chinese/cconv
 
 CFLAGS+=	-I${LOCALBASE}/include
 USE_PYTHON=	yes
@@ -19,5 +21,4 @@ USE_PYDISTUTILS=yes
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PORTNAME}.so
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311200320.rAK3KxDN004804>