mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
0171b2d1ef
- Update MASTER_SITES and WWW Approved by: tabthorpe (mentor)
30 lines
725 B
Makefile
30 lines
725 B
Makefile
# New ports collection makefile for: py-syck
|
|
# Date created: 2 December 2004
|
|
# Whom: dd
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= syck
|
|
PORTVERSION= 0.61.2
|
|
CATEGORIES= textproc devel python
|
|
MASTER_SITES= http://pyyaml.org/download/pysyck/ \
|
|
LOCAL/avl
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python binding for Syck, a YAML parser and emitter
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:${PORTSDIR}/textproc/syck
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= PySyck
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|#include|include|g ; s|#library_dirs|library_dirs|g ; \
|
|
s|/usr/local|${LOCALBASE}|g ' ${WRKSRC}/setup.cfg
|
|
|
|
.include <bsd.port.mk>
|