mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
15 lines
287 B
Makefile
15 lines
287 B
Makefile
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>
|