aboutsummaryrefslogtreecommitdiff
path: root/devel/py-phpserialize/Makefile
blob: 8d397317728ea1dce2263b71ccbe7e2c41389124 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	phpserialize
PORTVERSION=	1.3
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

LICENSE=	BSD3CLAUSE

MAINTAINER=	jnlin@freebsd.cs.nctu.edu.tw
COMMENT=	Port of the serialize and unserialize functions of PHP to Python
WWW=		http://www.hurring.com/scott/code/python/serialize/

NO_ARCH=	yes
USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>