109aa0add1
PR: 193679 Submitted by: Eero Haenninen <fax@nohik.ee> (maintainer)
17 lines
330 B
Makefile
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>
|