freebsd-ports/security/py-cerealizer/Makefile
Jose Alonso Cardenas Marquez b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00

23 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.4
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>