mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
8f7ca5dc76
PR: 128593 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
22 lines
453 B
Makefile
22 lines
453 B
Makefile
# New ports collection makefile for: pycryptopp
|
|
# Date created: 30 August 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pycryptopp
|
|
PORTVERSION= 0.5.10
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Python Wrappers for the Crypto++ Library
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
|
|
.include <bsd.port.mk>
|