- While I'm here: - Add LICENSE_FILE - Add NO_ARCH Changes: https://github.com/kevinconway/daemons/commits/master PR: 218778 Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer)
19 lines
375 B
Makefile
19 lines
375 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= daemons
|
|
PORTVERSION= 1.3.0
|
|
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
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|