mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
22 lines
469 B
Makefile
22 lines
469 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cerealizer
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USES= tar:bzip2
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|