svn commit: r410227 - in head/devel: . py-pyinotify

Kubilay Kocak koobs at FreeBSD.org
Sun Mar 6 10:06:21 UTC 2016


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 at 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)


More information about the svn-ports-all mailing list