2014-06-15 10:39:47 +02:00
|
|
|
# Created by: Bartek Rutkowski <ports@robakdesign.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= plan
|
2014-07-15 23:03:20 +02:00
|
|
|
PORTVERSION= 0.3
|
2015-03-04 12:45:05 +01:00
|
|
|
PORTREVISION= 1
|
2014-06-15 10:39:47 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2015-03-12 18:12:19 +01:00
|
|
|
MAINTAINER= robak@FreeBSD.org
|
2014-06-15 10:39:47 +02:00
|
|
|
COMMENT= Python package for writing and deploying cron jobs
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2014-06-19 20:56:04 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=2.1:${PORTSDIR}/devel/py-click
|
2014-06-15 10:39:47 +02:00
|
|
|
|
2014-10-20 18:04:12 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2014-06-15 10:39:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|