create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# $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>