- switch to pypi (old upstream url seems dead) - trim categories a bit - define LICENSE (BSD3C, confirmed with upstream developer) - add NO_ARCH and define supported python versions range - general clean-up PR: 214310 Approved by: maintainer timeout (14 days)
19 lines
425 B
Makefile
19 lines
425 B
Makefile
# Created by: Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= phpserialize
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
|
|
COMMENT= Port of the serialize and unserialize functions of PHP to Python
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2.7+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|