freebsd-ports/devel/py-DateTime/Makefile
Ruslan Makhmatkhanov cb6c7b9502 - update to 3.0b3
PR:             ports/161975
Submitted by:   rm (myself)
Approved by:    novel (mentor)
Feature safe:   yes
2011-11-14 23:17:37 +00:00

27 lines
613 B
Makefile

# New ports collection makefile for: py-DateTime
# Date created: 10 October, 2011
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= DateTime
PORTVERSION= 3.0b3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= rm@FreeBSD.org
COMMENT= Zope 2 DateTime data type
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
USE_ZIP= yes
.include <bsd.port.mk>