aboutsummaryrefslogtreecommitdiff
path: root/devel/py-rfc3339/Makefile
blob: db7604af953183805c5b3fe99e4996160f5a8ebb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	rfc3339
DISTVERSION=	6.2
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Format dates according to the RFC 3339

USES=		python
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>