freebsd-ports/security/py-cerealizer/Makefile
Stefan Walter 7d25ea3a14 Update to 0.7.
PR:		126731
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer timeout
2008-12-19 14:31:53 +00:00

24 lines
536 B
Makefile

# New ports collection makefile for: py-cerealizer
# Date created: 2006-05-07
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
PORTNAME= cerealizer
PORTVERSION= 0.7
CATEGORIES= security python
MASTER_SITES= http://download.gna.org/soya/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Cerealizer-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= acm@FreeBSD.org
COMMENT= Secure pickle-like module
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Cerealizer
.include <bsd.port.mk>