mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
9b79e92eeb
Approved by: swills (mentor)
22 lines
466 B
Makefile
22 lines
466 B
Makefile
# Created by: Bartek Rutkowski <ports@robakdesign.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= plan
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= robak@freebsd.org
|
|
COMMENT= Python package for writing and deploying cron jobs
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=2.1:${PORTSDIR}/devel/py-click
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|