summaryrefslogtreecommitdiff
path: root/devel/py-strict-rfc3339/Makefile
blob: db6fcbdb72ae31c485042bb301620b77999af35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	strict-rfc3339
DISTVERSION=	0.7
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Strict, simple, lightweight RFC3339 functions
WWW=		https://github.com/danielrichman/strict-rfc3339

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

.include <bsd.port.mk>