mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
b0bdf33f31
- remove indefinite article from COMMENT - align USE_PYDISTUTILS value in Makefile - tab -> space change in pkg-descr:WWW - update WWW to use https scheme in url to avoid redirect - add trailing slash to WWW All changes are non-functional.
21 lines
362 B
Makefile
21 lines
362 B
Makefile
# $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
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.mk>
|