1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/security/py-certifi/Makefile
Ruslan Makhmatkhanov bdc91baa05 security/py-certifi: update to 2015.04.28
- update to 2015.04.28
- pass maintainership to python@

Approved by:	olivierd (maintainer, by email)
2015-05-01 18:15:00 +00:00

19 lines
363 B
Makefile

# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
# $FreeBSD$
PORTNAME= certifi
PORTVERSION= 2015.04.28
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Mozilla's SSL certificates
LICENSE= ISCL
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>