mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
299f18fcf4
o Fix unfetchable distfile, but in the same time o Update to 0.32 o Change the distinfo PR: 53036 Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
25 lines
457 B
Makefile
25 lines
457 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: py-yaml
|
|
# Date created: Jan 3, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yaml
|
|
PORTVERSION= 0.32
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://iron.cx/yaml/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= PyYaml-SHowell-${PORTVERSION}
|
|
EXTRACT_SUFX= .tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python YAML parser
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
WRKSRC= ${WRKDIR}/PyYaml
|
|
|
|
.include <bsd.port.mk>
|