ports/devel/py-phpserialize/Makefile
Adam Weinberger 95786c7af1 Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.

Approved by:	portmgr (not really, but it touches unstaged ports)
2014-07-23 01:45:47 +00:00

26 lines
664 B
Makefile

# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
# $FreeBSD$
PORTNAME= phpserialize
PORTVERSION= 0.4
PORTREVISION= 2
CATEGORIES= devel lang www python
MASTER_SITES= http://www.hurring.com/scott/code/python/serialize/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PHPSerialize_v${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= jnlin@csie.nctu.edu.tw
COMMENT= Python implementation of PHP's native serialize() and unserialize()
WRKSRC= ${WRKDIR}/v${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
post-extract:
${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${FILESDIR}/setup.py \
> ${WRKSRC}/setup.py
.include <bsd.port.mk>