1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/py-yaml/Makefile
Daichi GOTO 299f18fcf4 update devel/py-yaml:
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>
2003-07-01 07:58:43 +00:00

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>