aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-zope.datetime/Makefile
blob: daf59966a720f7817033262874984d4250e05bd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    py-zope.datetime
# Date created:             11 October, 2011
# Whom:                 Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#

PORTNAME=   zope.datetime
PORTVERSION=    3.4.1
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=    zope

MAINTAINER= rm@FreeBSD.org
COMMENT=    Commonly used date and time related utility functions

LICENSE=    ZPL21

USE_PYTHON= yes
USE_PYDISTUTILS=easy_install

.include <bsd.port.mk>