89c4d30d2a
Approved by: garga (mentor)
24 lines
504 B
Makefile
24 lines
504 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.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>
|