blob: fcb651d883cbab8ed6c9b356d59cc87a530a03fe (
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 zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Commonly used date and time related utility functions
LICENSE= ZPL21
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>
|