mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7d25ea3a14
PR: 126731 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer timeout
25 lines
536 B
Makefile
25 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>
|