aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-cerealizer/Makefile
blob: d6b90d124d30e1867542d1c4ed2e3fc15035cc58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.5
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

.include <bsd.port.mk>