Date: Sun, 6 Mar 2016 21:06:07 +1100 From: Kubilay Kocak <koobs@FreeBSD.org> To: Josh Paetzel <jpaetzel@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r410227 - in head/devel: . py-pyinotify Message-ID: <4465f096-9d8f-5f51-a099-9a2daf96b6af@FreeBSD.org> In-Reply-To: <201603060241.u262foae069668@repo.freebsd.org> References: <201603060241.u262foae069668@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6/03/2016 1:41 PM, Josh Paetzel wrote:
> +PORTNAME=	pyinotify
> +PORTVERSION=	0.9.6
> +CATEGORIES=	devel
> +MASTER_SITES=	${MASTER_SITE_CHEESESHOP}
> +MASTER_SITE_SUBDIR=source/p/pyinotify
This can just be MASTER_SITES=CHEESESHOP which will handle the SUBDIR
stuff automatically
> +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> +
> +MAINTAINER=	jpaetzel@FreeBSD.org
> +COMMENT=	Python interface to (lib)inotify
> +
> +LICENSE=	MIT
A license file (COPYING) exists in WRKSRC, add it to LICENSE_FILE
> +LIB_DEPENDS=	libinotify.so:${PORTSDIR}/devel/libinotify
> +
> +USES=		python
> +USE_PYTHON=	distutils
Use autoplist for standard python packages (those that use distutils, or
dont custom build systems to install the python component)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4465f096-9d8f-5f51-a099-9a2daf96b6af>
