a3c5cf6228
PR: 164668 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
20 lines
419 B
Makefile
20 lines
419 B
Makefile
# New ports collection makefile for: py-certifi
|
|
# Date created: 2012-01-02
|
|
# Whom: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= certifi
|
|
PORTVERSION= 0.0.8
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= duchateau.olivier@gmail.com
|
|
COMMENT= Mozilla's SSL certificates
|
|
|
|
USE_PYTHON= 2.6+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|