aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/py-cron-descriptor/Makefile
blob: 02183793b0ea1316926e7a93294a11045c7d09b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	cron-descriptor
PORTVERSION=	1.2.30
PORTREVISION=	1
CATEGORIES=	sysutils python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	loader@FreeBSD.org
COMMENT=	Converts cron expressions into human readable strings
WWW=		https://github.com/Salamek/cron-descriptor

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_GITHUB=	yes
GH_ACCOUNT=	Salamek
USE_PYTHON=	autoplist distutils unittest

NO_ARCH=	yes

.include <bsd.port.mk>