1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/security/py-pycryptopp/Makefile
Martin Wilke 8f7ca5dc76 - Update to 0.5.10
PR:		128593
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-11-09 22:58:17 +00:00

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>