mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
17 lines
403 B
Makefile
17 lines
403 B
Makefile
# $FreeBSD: head/devel/py-zope.datetime/Makefile 371280 2014-10-20 16:04:12Z mva $
|
|
|
|
PORTNAME= zope.datetime
|
|
PORTVERSION= 3.4.1
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Commonly used date and time related utility functions
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|