freebsd-ports/devel/py-daemons/Makefile
Jason E. Hale 109aa0add1 - Convert to USES=python
PR:		193679
Submitted by:	Eero Haenninen <fax@nohik.ee> (maintainer)
2014-09-16 15:57:48 +00:00

17 lines
330 B
Makefile

# $FreeBSD$
PORTNAME= daemons
PORTVERSION= 0.2.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fax@nohik.ee
COMMENT= Resource library for Python developers to create daemon processes
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>